samim

Results 3 issues of samim

This code line: features = out[net.outputs[0]].squeeze(axis=(2,3)) Has to be this in order to work with the newest caffe: features = out[net.outputs[0]] Additionally remove this line: caffe.set_phase_test()

Great work on this post/code! Was curios if you could release your pretrained model? Would be super fun to run a little experiment ;-) ie : f_emb = ModelIO.load('/home/luke/datasets/coco/predict/fullencoder_maxfeatures.50000') ie:...

Great work! Are you planing on releasing the model training / fine-tuning code? Or is this not the case, as with AudioLDM1?