Fine tune a new dataset with pre-trained Imagenet weights SimCLR #605
Unanswered
jmarrietar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone!. I am new to Pytorch Lighting and would like to use the pre-trained Simclr model weights with Imagenet and Fine-tune it using another dataset.
I try first to fine-tune it using CIFAR-10, but I am getting the following error, not sure what I am doing wrong or what should I change in my code.
TypeError: conv2d(): argument 'input' (position 1) must be Tensor, not list
Any Help is very Appreciate it
Colab: https://colab.research.google.com/drive/1V-NLNUH8ltaPwnJQdDDPRdQofm7XKylv?usp=sharing
My code:
Beta Was this translation helpful? Give feedback.
All reactions