target model without data augmentation
Closed this issue · 1 comments
yanguai commented
Hi,I want to train the target model without data augmentation。I set the aug_instances to 0 ,but it reported ‘’a must be greater than 0 unless no samples are taken‘’ .
dayu11 commented
Hi yanguai, sorry for the late response. You can set the aug_instances to 1 to train without data augmentation. In my implementation, I treat the original image as one aug_instance.