DeepImageRanking icon indicating copy to clipboard operation
DeepImageRanking copied to clipboard

Implementation of `Learning Fine-grained Image Similarity with Deep Ranking` using ResNet-101 and implemented in Pytorch

Results 2 DeepImageRanking issues
Sort by recently updated
recently updated
newest added

hello! Can you tell me the version of pytorch you are using? Thank you very much!!!

The paper says that a dropout layer with prob rate of 0.6 is implemented for all the fully connected layers in the network. Curious to know the reason why it...