Open bigredbug47 opened 3 years ago
Hi, I never test the code with python3. It seems other people also raised the issue that the code will encounter some strange training losses when trained with python3. Therefore, to reproduce the results, it's better to follow the environment setting suggested in README
Hi, I never test the code with python3. It seems other people also raised the issue that the code will encounter some strange training losses when trained with python3. Therefore, to reproduce the results, it's better to follow the environment setting suggested in README
Sorry, I don't find any solution to install TF 1.14 with python 2.7 as in README, even find wheel file on this page https://github.com/fo40225/tensorflow-windows-wheel
Hi @ruidan ,
I have run the training and validating scripts with the default setting but the validation result and test result still same in all epoch.
Do you have any ideas about my issue? Thank you.
Noted: I have formatted source code from Python 2. to Python 3. because currently the Tensorflow does not support Python 2. anymore.