Closed wuusn closed 3 years ago
Hi Yuxin Wu,
Thanks for exploring HookNet :). I am sorry the code is not working for you. The problem was that I updated the model to TensorFlow 2.3.0. However, the training script in this repository is just for the sake of an example. I forgot to update this script. Sorry about this. I have now also updated the training script (and the readme). Please let me know if you still have problems, and I will fix them asap.
hi martvanrijthoven,
Thanks for your quick response. It works! However, maybe you forget to re-add the argconfigparser.py
file to the dir of hooknet
. I tried to make a pull request to add this file for you. #2
Hi Yuxin Wu,
Great to hear that it works! I renamed the argconfigparser/argconfigparser.py to argconfigparser/__init__.py and indeed forgot to push it. Thanks for the help!
hi, I am trying to explore your hooknet, but get some problems from the start. The Readme says "keras==2.0.8 and tensorflow-gpu==1.14", however, the requirements.txt says "tensorflow_gpu==2.3.1", did you mean your code work both in these different versions? However, I still got errors after trying both of them.
I am not familiar with tensorflow yet, any suggestions?