Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDNE execution problem #84

Closed
raniasaidi opened this issue Dec 20, 2019 · 1 comment
Closed

SDNE execution problem #84

raniasaidi opened this issue Dec 20, 2019 · 1 comment

Comments

@raniasaidi
Copy link

Hello :)
When i try to execute the test_karate.py (only for SDNE) i got this error:

File "/home/enx/anaconda3/envs/GEM-env/lib/python3.6/site-packages/keras/engine/base_layer.py", line 489, in __call__
    output = self.call(inputs, **kwargs)
TypeError: call() got an unexpected keyword argument 'mode'

And this is the error line in base_layer.py:


            # Actually call the layer,
            # collecting output(s), mask(s), and shape(s).
            output = self.call(inputs, **kwargs)
            output_mask = self.compute_mask(inputs, previous_mask)

A little help will be appreciated :)

@CatcherGG
Copy link
Contributor

Probably Keras version mismatch. Which version are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants