Shane Tsui
Results
1
comments of
Shane Tsui
I ran into the same problem, and it's indeed caused by this line in train.py: `start_index = random.randint(0, file_len - chunk_len)` Subtract 1 from the right boundary should fix the...