I am a beginner, when I run the command statement: python inference.py or python inference1.py. there is a mistake: No module named networks.network_factory
but the module files are all there.
I tried to use: sys.path.append()
but it still doesn't work
I am a beginner, when I run the command statement: python inference.py or python inference1.py. there is a mistake: No module named networks.network_factory but the module files are all there. I tried to use: sys.path.append() but it still doesn't work