Zedong Yu
Zedong Yu
you can following this steps, it might be tf version problem 
> python version error. because your checkpoint is trained based on python3.5, so you should change python version to 3.5 intead of 3.6
> thank you , I fix this error , but have the next error: > > XXX lineno: 75, opcode: 0 Traceback (most recent call last): File "data_visualization.py", line 129,...
Hi, I think you should track the data flow during training and compare ground truth with your prediction to find it, I have not met this problem.