vainaixr
vainaixr
I am using colab
therefore, I think, final lines should be like, ``` k_out = k_out.contiguous().view(batch, self.groups, height, width, -1, self.out_channels // self.groups) p_out = p_out.contiguous().view(batch, self.groups, height, width, -1, self.out_channels // self.groups) v_out...
@eldarovich99 what did you do? where you able to run on custom dataset?
warnings.warn("The use of the transforms.Scale transform is deprecated, " + Traceback (most recent call last): File "./train.py", line 145, in os.makedirs(params.checkpoint_dir) File "/home/vainaijr/anaconda3/lib/python3.7/os.py", line 211, in makedirs makedirs(head, exist_ok=exist_ok) File...
I think I changed config.py file, it has ‘ /work/newriver/wyharveychen/CloserLookFewShot/’ in save directory, I changed it to a different path.
Hello, I found a paper related to maml++, is it possible to integrate it into this repository. https://arxiv.org/pdf/1810.09502.pdf They have got a better accuracy for mini imagenet dataset. Also, is...
hello, ok, I will wait for comments.
hello, thanks for providing comments. I had one question, I read a paper, Meta-Dataset: A Dataset of Datasets for Learning to Learn from Few Examples where they proposed a hybrid...
where in the code of maml do I need to make changes in order to combine it with other techniques, as it is written that maml is model agnostic, so...