Can refer to the following URL: https://www.jianshu.com/u/9f7146c71955
Various basic models code by tensorflow2.x,now included:
- VGG16,
- ResNet50
- MobileNet_v2
- SE-Resnet
- TF-record
- Config-file
- Train
- Eval
- Predict
- Performance
- use split_dataset.py to split train/valid/test data
# change path of dataset_dir in config.py's split_dataset
python split_datdaset.py
- create TF-record
python create_tfrecord.py
All parameters are saved in config.py , and you can modify it to suit yout training.
python train.py
- TODO