You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
I get this error message
The text was updated successfully, but these errors were encountered: