PyContrast icon indicating copy to clipboard operation
PyContrast copied to clipboard

PyTorch implementation of Contrastive Learning methods

Results 16 PyContrast issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

![image](https://user-images.githubusercontent.com/41334719/140478970-282a07a8-27c1-4051-8b08-e24d106d0933.png) I am training mocov2, it seems that the loss will keep increasing or not changing. My model is resnet50, the image size is 512, the random cropping is 384,...

Hey there, first of all a huge thank you for providing the pre-trained model, that's pretty cool :) One question regarding the detection weights: I failed to reproduce the results...

How are the pixel means and std calculated? I trained InfoMin on a different dataset and am planning on transferring it to a downstream task. ![image](https://user-images.githubusercontent.com/46735044/112069391-1f0d4d80-8b42-11eb-8501-542be03569b3.png)

Firstly, my apology that this repo currently contains much more beyond "InfoMin", and that the `view learning` experiments are not released here. I just realized that I should have a...

Hey, Could you please refer to the table which lists the accuracies of the pretrained models when evaluated on Imagenet using a linear classifier?

Is there a pretrained CMCv2 model available for download somewhere? I would be very interested in that. I am assuming that the CMC.pth model in Dropbox is not that one,...

Thank you for sharing code for moco. I have two questions for using MOCO in a segmentation task? 1. In a segmentation task, the input of a network is H\*W\*3,...