when trying to train a 5 way 5 shot model in train_pretrain.py,I found the following error occured:
File "/root/DeepEMD/Models/models/Network.py", line 89, in get_sfc
for k in range(0, self.args.sfc_update_step):
AttributeError: 'Namespace' object has no attribute 'sfc_update_step'
i add argument 'sfc_lr' and the following 'sfc_bs'\ 'sfc_update_size' ,then it started fuctioning properly.
Is that just a hiccup or there's something i miss?
when trying to train a 5 way 5 shot model in train_pretrain.py,I found the following error occured: File "/root/DeepEMD/Models/models/Network.py", line 89, in get_sfc for k in range(0, self.args.sfc_update_step): AttributeError: 'Namespace' object has no attribute 'sfc_update_step' i add argument 'sfc_lr' and the following 'sfc_bs'\ 'sfc_update_size' ,then it started fuctioning properly. Is that just a hiccup or there's something i miss?