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

Problem in the train.py file (python 3.6) #82

Open
hhhhhhhhhn opened this issue Dec 1, 2018 · 2 comments
Open

Problem in the train.py file (python 3.6) #82

hhhhhhhhhn opened this issue Dec 1, 2018 · 2 comments

Comments

@hhhhhhhhhn
Copy link

I get this error message

Traceback (most recent call last):
  File "train.py", line 32, in <module>
    main()
  File "train.py", line 15, in main
    models = build_or_load()
  File "/home/jose/DeepJ-icsc/util.py", line 15, in build_or_load
    models = build_models()
  File "/home/jose/DeepJ-icsc/model.py", line 149, in build_models
    notes_out = naxis(time_out, chosen, style)
  File "/home/jose/DeepJ-icsc/model.py", line 111, in f
    dense_layer_cache[l] = Dense(int(x.get_shape()[3]))
TypeError: __int__ returned non-int (type NoneType)
@jliuliu
Copy link

jliuliu commented Dec 27, 2018

same as above

@paskahlisanjas
Copy link

paskahlisanjas commented Mar 5, 2019

I guess you should see #68 and #69

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