You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How should I choose auxotaloss and otaloss, and what are their default values? @iscyy
parser.add_argument('--loss', type=str, default='origin', help='')
parser.add_argument('--auxotaloss', action='store_true', help='')
parser.add_argument('--otaloss', type=str, default='origin', help='use yolov7 or yolox')
The text was updated successfully, but these errors were encountered:
chihuajiao
changed the title
Regarding trian.py, I have questions about the setting of loss,what is
Regarding trian.py, I have questions about the setting of loss,what is auxotaloss and otaloss? how do i choose
Jan 6, 2023
How should I choose auxotaloss and otaloss, and what are their default values? @iscyy
parser.add_argument('--loss', type=str, default='origin', help='')
parser.add_argument('--auxotaloss', action='store_true', help='')
parser.add_argument('--otaloss', type=str, default='origin', help='use yolov7 or yolox')
The text was updated successfully, but these errors were encountered: