-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is this value coming from #125
Comments
Yes, indeed it looks strange. It's been taken from the original caffe version of this repo. In caffe it is a parameter (number of iterations) of a solver. I don't plan to refactor this code as I am working on a new version for Tensorflow 2.0 |
In the original paper, they did not say anything about the training scheme (optimizer, learning rate, epochs,...).
tensorflow.python.framework.errors_impl.FailedPreconditionError: Error while reading resource variable training/MultiSGD/Variable_180 from Container: localhost. This could mean that the variable was uninitialized. Not found: Resource localhost/training/MultiSGD/Variable_180/N10tensorflow3VarE does not exist. |
keras_Realtime_Multi-Person_Pose_Estimation/training/train_pose.py
Line 27 in b595cfb
The text was updated successfully, but these errors were encountered: