Raúl Gómez

Results 7 comments of Raúl Gómez

Thanks for helping. No I don't have negatives examples. My idea was to use random assets (the ones in the batch) as negatives, as the retrieval model objective implicitly does....

Any update on this @maciejkula? Would be very helpful! Thanks!

If I'm not mistaken that provides support to convert a GloVe model to word2vec and work with it in Gensim. But what I want to do is to finetune a...

The index on predictions is no longer needed and crashes, since pred.data.max(1)[1].numpy() returns a list of floats.

I got a similar error, did you solve it?

Thanks @RushDon, that solved the issue! Though, affter that a new error appear. The cause was that I was initializing the fine-tuning with the MobileNetSSD caffemodel, instead that with the...