You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
What makes me more confused is that even though convert_pkl_to_pb.py can't run, there is a PR(#334 ) about this file(which don't fix this bug). So is the PR proposed without even trying to run it once? :|
System information
Operating system: cuda9.0 detectron docker
The text was updated successfully, but these errors were encountered:
@ir413 Thanks for your early reply! I have submitted a PR which fixed this issue and converted a model correctly. You might want to merge it if there is nothing wrong with it. :)
Thanks for the PR @daquexian. I submitted a PR internally when I wrote my initial comment above but it took some time for it to get published on github (1d67750). Sorry for the inconvenience.
Expected results
convert_pkl_to_pb.py
runs successfullyActual results
TypeError: initialize_model_from_cfg() takes at least 1 argument (0 given)
Obviously this function takes at least 1 argument, but actually no argument is given
What makes me more confused is that even though
convert_pkl_to_pb.py
can't run, there is a PR(#334 ) about this file(which don't fix this bug). So is the PR proposed without even trying to run it once? :|System information
The text was updated successfully, but these errors were encountered: