最近需要重現TensorFlow1X版的訓練模型
當我輸入python train.py --logtostderr --train_dir=training\ --pipeline_config_path=training\ssd_inception_v2_coco.config
時正常來說會去訓練模型
但我卻得到以下錯誤ImportError: cannot import name 'trace' from 'tensorflow.python.profiler' (C:\Users\88696\anaconda3\envs\tf_gpu\lib\site-packages\tensorflow_core\python\profiler\__init__.py)
求助版上大神 感謝
Windows 10
python 3.7
TensorFlow 1.15.0