I see that "Append --rot, --crop, --flip, and --adv in turn, following the incremental training strategy."
But I notice that in python IN_GE.py, there is no .rot, .crop and .flip. Only .adv.
So, what so I do? I only need to python IN_GE.py once and python IN_GE.py --adv once?
I see that "Append --rot, --crop, --flip, and --adv in turn, following the incremental training strategy." But I notice that in python IN_GE.py, there is no .rot, .crop and .flip. Only .adv. So, what so I do? I only need to
python IN_GE.py
once andpython IN_GE.py --adv
once?