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
I found the problem solution. This happens because the python could not access the content dataset. In my case, I had external drive mounted and docker was not able to access that.
when I train using small content dataset, the system puts forward" IndexError: Cannot choose from an empty sequence".
Process Process-1: ValueError: number of bits must be greater than zero:
IndexError: Cannot choose from an empty sequence
Process Process-3:
ValueError: number of bits must be greater than zero;
IndexError: Cannot choose from an empty sequence;
Process Process-7:
ValueError: number of bits must be greater than zero;
IndexError: Cannot choose from an empty sequence;
Processes are started.
Process Process-9:
raise IndexError('Cannot choose from an empty sequence')
IndexError: Cannot choose from an empty sequence
Start training.
[] Reading latest checkpoint from folder ./models\model_van-gogh_new\checkpoint.
[] Reading latest checkpoint from folder ./models\model_van-gogh_new\checkpoint_long.
[!] Load failed...
0%| | 0/300000 [00:00<?, ?it/s]
Then the train process is always like the lines above.
I don't know the causing problem.
The text was updated successfully, but these errors were encountered: