kjunelee / MetaOptNet

Meta-Learning with Differentiable Convex Optimization (CVPR 2019 Oral)
Apache License 2.0
517 stars 95 forks source link

How can I use this code to do predict on custom dataset without ground truth labels? #16

Closed PacteraKun closed 4 years ago

PacteraKun commented 4 years ago

Thank you for your great work. I wonder if you can help me to figure out how to do predict on dataset without ground truth labels. The label space of this dataset might be the same as that of training dataset. Thanks.

kjunelee commented 4 years ago

I think this might be useful for your problem: Meta-Learning Update Rules for Unsupervised Representation Learning (https://openreview.net/forum?id=HkNDsiC9KQ)

PacteraKun commented 4 years ago

Thanks for your advices. I will try it out.