Retrograph icon indicating copy to clipboard operation
Retrograph copied to clipboard

Missing requirements.txt

Open ghost opened this issue 4 years ago • 4 comments

Hello,

First of all, thank you so much for the code base to your paper, it is much appreciated. I'm am slowly going through the README but I keep running into missing module e.g. ModuleNotFoundError: No module named . Now, I am slowly putting a requirements.txt file together, but there's always a chance I end up with the wrong version for some librairies. The original requirements.txt file would be a great help in that regard.

ghost avatar Feb 17 '21 17:02 ghost

Hi,

Thanks for reporting this as well. Very good point.

We are looking into this today as well. We will definitely try to get back by end of day. Hopefully we will also submit a PR by end of day.

ai-nikolai avatar Feb 19 '21 11:02 ai-nikolai

Also, if you have a working requirements.txt file already please let us know and feel free to submit a PR.

ai-nikolai avatar Feb 19 '21 11:02 ai-nikolai

I'm currently working on a requirements.txt. I will submit a PR once I successfully trained a model using it.

ghost avatar Feb 23 '21 18:02 ghost

I am interested in an update for this issue. I have successfully trained models with tensorflow-gpu==1.15.5, but when trying to evaluate the model by running training_utility/run_classifier_adapter_tune_all.py, I get an error "AttributeError: module 'tensorflow.python.training.distribution_strategy_context' has no attribute 'get_tower_context'". I figured this is related to the wrong tensorflow version. Could share a version that worked for the evaluation?

marja-w avatar Dec 22 '22 18:12 marja-w