I have trained a model ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8
in tensorflow
api but when training the model, I have an error message:
TypeError: __init__(): incompatible constructor arguments. The following argument types are supported:
1. tensorflow.python.lib.io._pywrap_file_io.BufferedInputStream(filename: str, buffer_size: int, token: tensorflow.python.lib.io._pywrap_file_io.TransactionToken = None)
Invoked with: None, 524288
This is my code to train the model:
python "C:\Users\admin\miniconda3\envs\tf\models\research\object_detection\model_main_tf2.py"
--model_dir="C:\Users\admin\miniconda3\envs\tf\Scripts\ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8 (1)"
--pinepip_path="C:\Users\admin\miniconda3\envs\tf\Scripts\ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8 (1)\ssd_mobilenet_v2_fpnlite_320x320_coco17_tpu-8\pipeline.config"
Link to my data: [link].git
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745096729a4611024.html
评论列表(0条)