ServiceNow / embedding-propagation

Codebase for Embedding Propagation: Smoother Manifold for Few-Shot Classification. This is a ServiceNow Research project that was started at Element AI.
Apache License 2.0
208 stars 21 forks source link

Pretraining #6

Closed cvprkang closed 4 years ago

cvprkang commented 4 years ago

In the pre-training process, is it possible to directly consider the three data sets to pre-train together? Shouldn't it be a training set of data that is pre-trained and then fine-tuned for testing on that data set?

prlz77 commented 4 years ago

Hi @cvprkang, if you want to train on multiple datasets I recommend you to take a look at the meta-dataset paper.

I am not sure I understand the second question, could you provide more details?