-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Faster R-CNN training in TensorFlow < 1.4 ? #578
Comments
You cannot. That's why it requires TF>=1.4 |
Thanks for the quick and clear answer, I am already downloading the 1.4 :) |
tf 1.5 has already released , which fully support dynamic graph( like in PyTorch), which will ease the burden of debug breakpoint tf. Will tensorpack supply a switch argument to open dynamic graph let us to easy debug? |
The readme is correct. Tensorpack depends on TF>=1.2; FasterRCNN depends on TF>=1.4. Both are mentioned in the corresponding readme. @sharpstill I'll look at that in the future at #463. |
Can I retrain Faster R-CNN with TF 1.3?
Evaluation worked perfectly with TF1.3, and I can confirm your published results.
BUT, when I train I run into an assert at https://github.com/ppwwyyxx/tensorpack/blob/master/tensorpack/models/batch_norm.py
Without pain, Is there any chance to set use_local_stat to True?
According to my quick check
The text was updated successfully, but these errors were encountered: