huawei-noah / vega

AutoML tools chain
http://www.noahlab.com.hk/opensource/vega/
Other
842 stars 175 forks source link

How to test CARS results after full-train #98

Closed Chouk1 closed 3 years ago

Chouk1 commented 3 years ago

I am sorry but it is puzzling on how to test CARS after training finishes. I have got the network architecture files desc_X.json and the saved models model_X.pth. So my problem is do I use the results after training to test these outputs myself.

zhangjiajin commented 3 years ago

Please see the following code:

https://github.com/huawei-noah/vega/blob/master/vega/tools/inference.py

Or view the help information of the following command:

python3 -m vega.tools.inference -h
Chouk1 commented 3 years ago

Please see the following code:

https://github.com/huawei-noah/vega/blob/master/vega/tools/inference.py

Or view the help information of the following command:

python3 -m vega.tools.inference -h

Thank u so much !