Open olehmisar opened 4 years ago
tf_slim is used in the source code but is not listed in requirements.txt
tf_slim
requirements.txt
>> pip3 install tf_slim
I'll make the PR to fix it in requirements.txt
Before you make a PR, I'd like you to know that pip3 install tf_slim didn't work for me. But I found an article that suggests this command to install tf_slim and it worked:
pip3 install tf_slim
pip install git+https://github.com/adrianc-a/tf-slim.git@remove_contrib
tf_slim
is used in the source code but is not listed inrequirements.txt