Does anyone has any success in using the supplied training data for training (with Python 2.7 and Pytorch 3.1)?
It appears that it is non-trainable in my machine, and there is an infinite loop within the enumeration of the minibatches.
z = indexify_transformations(in_p, out_p, label_voc, args)
if z == None:
continue
The above code always produces a z of None type, thus generating an infinite loop.
@miyyer @jwieting