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
any pointers for this? using the two_tier line as provided in the README, have preprocessed my own wavs with the scripts.
Wall clock time spent before training started: 0.01h
Training!
0
Traceback (most recent call last):
File "models/two_tier/two_tier.py", line 615, in <module>
mini_batch = tr_feeder.next()
StopIteration
The text was updated successfully, but these errors were encountered:
Also of note, preprocess.py must be run from its location in datasets/music, but _2npy.py must be run from root dir, and the music must be in a folder download/, then you need to move the .npy files around.... I will probably make a PR with these changes and a few others in a couple days.
any pointers for this? using the two_tier line as provided in the README, have preprocessed my own wavs with the scripts.
The text was updated successfully, but these errors were encountered: