In
train_model
lr_schedule is in Args description but i cant see on
here
def train_model(Siamese, TripletLoss
,train_generator, val_generator, output_dir='model/'):
is lr_schedule is missing ?
In
train_model
lr_schedule is in Args description but i cant see on
here
def train_model(Siamese, TripletLoss
,train_generator, val_generator, output_dir='model/'):
is lr_schedule is missing ?
Hi @anjil,
Good catch. It is not missing, it must have been left there from an older version of the assignment. I shall remove its mention soon.
Thanks,
Mubsi
okay
this is my lab id xmetubtbmgay
do i need to make any changes there
You can get a fresh copy of the notebook by following these instructions, if you are interested. I have already made the fix.
Thank you so much for correcting error.