Open dexter2406 opened 3 years ago
I wait for about 20min and notice that there are following files are generated:
graph.pbtxt
events.out.tfevents.1606226671.DESKTOP-AVNMGK4
even though there's still no progress shown - maybe because your code has no visualization for training process? And what are these two files for?
Thanks for your time!
Hi, can you confirm the library version you are using? From the signal above, the training hasn't started at all; otherwise, the loss value per iteration will be printed.
Thanks for the reply. I'm using (mainly):
python=3.6.12
tensorflow==1.2.0
scipy==1.1.0
numpy==1.19.4
matplotlib==3.3.3
opencv-python==4.4.0
pillow==8.0.1
I know it's stated that this code is only tested in python==2.7
and tf==1.1
, but they are not supported right now, so I tried new versions. I slightly modified the code according to the error repoort, but then I came to this where I didn't know what went wrong.
TF 1.2 should be alright, but I'm not sure if python 3 is okay for this repo. I would suggest adding some checkpoints in the code and locate where it's stuck?
Hi I found the program doesn't respond when I start training. The displayed information is like the following. There is no error report either.