Thank you for this excellent work!
Ive been trying to benchmark my model and first tried to do "demo.sh"
But I got an error "int() argument must be a string, a bytes-like object or a real number, not 'NoneType'"
I looked at the code and it seems like at line 495 of train.py, args.output_length is None if not specified in the train section of the configuration file and caused the error.
Thank you for this excellent work!
Ive been trying to benchmark my model and first tried to do "demo.sh"
But I got an error "int() argument must be a string, a bytes-like object or a real number, not 'NoneType'"
I looked at the code and it seems like at line 495 of train.py, args.output_length is None if not specified in the train section of the configuration file and caused the error.