-
Notifications
You must be signed in to change notification settings - Fork 29
Refine models
directory
#54
Comments
I think the structure of the second would be same as https://github.com/PaddlePaddle/models . If we use different data set, there should be a sub-directory. |
I moved mobilenet.py and resnet.py to a |
@Xreki The sub-directory just offer the model config and parameters? or the instructions for training. If add training process, there must be redundant somehow. |
If the training process is the same as that in https://github.com/PaddlePaddle/models , we just provide the config and pre-trained parameters, and write a |
The
models
directory needs to contain two parts. The first part is some standard model configuration files, such as MobileNet, ResNet, etc., that can be used as benchmark test data. The second part contains some well-trained model parameter files, such as themobilenet ssd pascal model
, which can be directly converted to inference model files for deployment to mobile.The text was updated successfully, but these errors were encountered: