Error in the Code
saadz-khan opened this issue · 0 comments
saadz-khan commented
The error arises when I run the start the training the flags of train.py where 1e4 and 1e2 are written they are seen as float values while int must be there otherwise the code gives the error. expecting the --train_steps to be an int or string. 1e4 and 1e2 must be changed to 10000 and 100 respectively so that the code starts running fine. Kindly update it.