google / model_search

Apache License 2.0
3.26k stars 462 forks source link

Is it possible to get the performance report after the training? #23

Open Xiaoping777 opened 3 years ago

Xiaoping777 commented 3 years ago

just wondering, after trying a number of models , ie.200 models, is it possible to output a list / file to state each model's performance / locations and etc

hadehuang commented 3 years ago

The same requirement, top up.

Xiaoping777 commented 3 years ago

The same requirement, top up.

I managed to check the results from Tensorboard, but still want performance report as output

jayCool commented 3 years ago

@Xiaoping777 , do you know how to do inference from one of the models were trained?

Xiaoping777 commented 3 years ago

No, I wish the author will post the sample code. I have done some search on the web, but unfortunately did found something similar.

anaptoro commented 2 years ago

@Xiaoping777 How did you open it using Tensorboard?

Xiaoping777 commented 2 years ago

How did you open it using Tensorboard?

you need to run the tensorboard in backgroud: 1) cd tensorflow folder: /path.../.local/lib/python3.6/site-packages/tensorboard 2) python3 -m tensorboard.main --logdir=/tmp/run_example/example/ --host='host url' --port=xxxx

logdir is the folder program save log info