image_similarity
image_similarity copied to clipboard
PyTorch Blog Post On Image Similarity Search
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)...
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...
Hi you, Can I get encoder model trained? In this link you give have not encoder model checkpoint. Thank you and best regards.
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?