8000 GitHub - mir-of/tf-model: forked from tensorflow/models
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mir-of/tf-model

Repository files navigation

resnet50 & inceptionv3 for test

This is a modified version of tensorflow/model:r1.12, and depend on tensorflow:1.12.

Data and checkpoints path in the scripts are in of12.

run resnet50

cd resnet_test
sh run_test.sh

run inceptionv3

cd research/inception
sh run_test.sh
0