How to train with my own dataset?
Daisy-7 opened this issue · comments
Daisy-7 commented
Thanks for your work.
I want to use your model for training, and at the same time change the learning rate drop method and data augmentation method during training. What should I do?
justchenhao commented
Thanks for your attention. You can modify the optimizer
in the model file and the augmentation functions in base_dataset.py
.
justchenhao commented
Close for now.