Skip to content

random_binomial NotImplementedError #96

Description

@zsong
model.add(Embedding(max_features,
                    embedding_dims,
                    input_length=maxlen,
                    dropout=0.2))

This line throws this exception:

    train_ret = func(*args, **kwargs)
  File "env\lib\site-packages\keras\backend\mxnet_backend.py", line 3007, in random_binomial
    raise NotImplementedError
NotImplementedError

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions