-
Hi~ I have a question when I am using EANN. I am not sure whether EANN is able to do transfer learning. Now I have had a trained EANN model and I want to do transfer learning with another dataset usin…
-
**Describe the bug**
Good evening, i was wondering if some high level functions are provided to perform feature extraction on a model as RAFT.
I'd like to load the pretrained model on Things3d+Chair…
-
https://zodoc.tech/posts/en/transfer_learning_with_alexnet.html
[Delete this and describe the issue!]
-
Hello,
I was trying to do transfer learning using ResNet50 network from ZooModel.
I'm using code similar to the one in VGG16 example:
` ZooModel zooModel = ResNet50.builder().build();
…
-
Hey,
Causica looks super promising, thanks for making open!
I've been playing around for a few days now trying to get a good grasp of it, and I there a couple points that are a bit unclear for me:…
-
Thank you for your hard work
I confirmed that only the white part becomes style transfer when rendered after learning.
So I took advantage of your checkpoint, but the problem still remains.
How can…
-
Dear @JihongJu
Where should i find the pretrained weight of this model in term of transfer learning?
Best Regards
-
### 🚀 The feature, motivation and pitch
"Freezing" a model to stop gradient propagation and parameter updates is a common step in transfer learning. The [tutorial on transfer learning](https://pytorc…
-
I would like to take a pre-trained Cityscapes model for transfer learning with a dataset that does not have the same amount of classes. At the moment, this causes an error in the module method _load_s…
ghost updated
4 years ago
-
Is it possible to transfer learn from the largest resolution on a new dataset? This was a common trick that worked pretty well in other versions of StyleGAN and saved a ton of compute time.
I tried…