road-extraction-d-linknet
road-extraction-d-linknet copied to clipboard
ModuleNotFoundError: No module named 'tensorflow.compat.v1'
I get this error when launching train_slim_model.py
:
ModuleNotFoundError: No module named 'tensorflow.compat.v1
I use tensorflow 1.10 and Python 3.5 as specified in the requirements.
I tried to copy/paste the compat folder from tensorflow 2.2.0 with no success.
Thanks in advance for your reply.