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
ser.add_argument('--classes', default=5, type=int, help='classes in base-task (N-way)')
parser.add_argument('--shots', default=5, type=int, help='shots per class (K-shot)')
parser.add_argument('--train-shots', default=10, type=int, help='train shots')
parser.add_argument('--batch', default=10, type=int, help='minibatch size in base task')
我不理解的是每个任务是n-ways--k-shot但是你有两个参数。此外,这个minibatch size in base task'是什么意思呢?您同样再代码说明了只是一个任务的训练
The text was updated successfully, but these errors were encountered:
ser.add_argument('--classes', default=5, type=int, help='classes in base-task (N-way)')
parser.add_argument('--shots', default=5, type=int, help='shots per class (K-shot)')
parser.add_argument('--train-shots', default=10, type=int, help='train shots')
parser.add_argument('--batch', default=10, type=int, help='minibatch size in base task')
我不理解的是每个任务是n-ways--k-shot但是你有两个参数。此外,这个minibatch size in base task'是什么意思呢?您同样再代码说明了只是一个任务的训练
The text was updated successfully, but these errors were encountered: