$ wget https://raw.githubusercontent.com/tensorflow/tensorflow/master/tensorflow/python/tools/import_pb_to_tensorboard.py
$ python3 import_pb_to_tensorboard.py --model_dir ./ --log_dir ./tensorboard
$ tensorboard --logdir ./tensorboard

[링크 : https://aciddust.github.io/blog/post/Tensorflow-pb파일-TensorBoard에-올리기/]

[링크 : https://raw.githubusercontent.com/tensorflow/tensorflow/master/tensorflow/python/tools/import_pb_to_tensorboard.py]

'프로그램 사용 > yolo_tensorflow' 카테고리의 다른 글

labelImg  (0) 2021.04.09
tf docker  (0) 2021.04.09
ssd mobilnetv2 to tflite warnings  (0) 2021.04.07
ssd mobilenetv2 python load pb, tflite  (0) 2021.04.07
representative_dataset  (0) 2021.04.06
Posted by 구차니