DeepJ icon indicating copy to clipboard operation
DeepJ copied to clipboard

Problem in the train.py file (python 3.6)

Open hhhhhhhhhn opened this issue 7 years ago • 2 comments

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)

hhhhhhhhhn avatar Dec 01 '18 21:12 hhhhhhhhhn

same as above

jliuliu avatar Dec 27 '18 03:12 jliuliu

I guess you should see https://github.com/calclavia/DeepJ/issues/68 and https://github.com/calclavia/DeepJ/issues/69

paskahlisanjas avatar Mar 05 '19 08:03 paskahlisanjas