-
Notifications
You must be signed in to change notification settings - Fork 1k
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
TypeError: Descriptors should not be created directly, but only retrieved from their parent #114
Comments
Thanks a lot for this solution! Of course I also need to change the resolver.py file accordingly:
|
This is fixed for me in #105. Try it out with: |
worked fine. |
SlipknotTN
pushed a commit
to SlipknotTN/caffe-tensorflow
that referenced
this issue
Jan 2, 2018
ghost
mentioned this issue
Jan 31, 2018
“git pull origin pull/105/head” |
ilyakava
added a commit
to ilyakava/caffe-tensorflow
that referenced
this issue
Jan 24, 2020
Open
ivanzhovannik
added a commit
to ivanzhovannik/caffe-tensorflow
that referenced
this issue
Aug 14, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was having this issue,when I run convert. The solution is to rename the caffepb.py to caffe_pb2.py at caffe-tensorflow/kaffe/caffe. Remove the pyc files in the folder and run convert again.
Possible reason for this might be some python module name conflicts.
Solution from :
http://stackoverflow.com/questions/38616620/caffe-to-tensorflow-kaffe-by-ethereon-typeerror-descriptors-should-not-be-c
The text was updated successfully, but these errors were encountered: