fartashf / vsepp

PyTorch Code for the paper "VSE++: Improving Visual-Semantic Embeddings with Hard Negatives"
Apache License 2.0
488 stars 125 forks source link

about use dataset #37

Closed zhangchubing closed 3 years ago

zhangchubing commented 3 years ago

Hi,I have a question about use dataset,For coco I use it to make classfication,I make images dimension to 80,then use labels to supervise it,but the performance is not good.,I will appreciate it if you could give some advices.

fartashf commented 3 years ago

There seems to be a number of factors different in your setting that the intended use of this project. In particular, it is not clear how you get supervision for training the model. You might want to consider using other open source codes. Or provide more information here.