image_similarity icon indicating copy to clipboard operation
image_similarity copied to clipboard

PyTorch Blog Post On Image Similarity Search

Results 5 image_similarity issues
Sort by recently updated
recently updated
newest added

I was trying to test an image using the train-image-inference.ipynb file. But in the last block of code, I am getting an error. --------------------------------------------------------------------------- ValueError Traceback (most recent call last)...

bug

I'm working on cat facial recognition. so my first idea was to calculate the distance between two embedded cat faces. Is it possible to retrain/fine tune the embedding models for...

question

Hi you, Can I get encoder model trained? In this link you give have not encoder model checkpoint. Thank you and best regards.

bug

embedding = torch.cat((embedding, enc_output), 0) why cat embedding and enc_output? and my log has some problem. log: torch.Size([1, 64, 64, 64]) embedding value 100%|██████████| 2/2 [00:00

Hi, during training using the ipynb file we have a autoencoder architecture which differs from what we have imported as torch_models during the inference part. Why is it so?

bug