hkhailee

Results 6 comments of hkhailee

I have been working on this for a while. After a huge hiccup I decided to start over and document it. So far I have been able to get pretext...

It isn't a polished product but this is what I have: https://github.com/hkhailee/GOLDEN_unsupervised/blob/main/TrainingYourOwnDataset.md

> > It isn't a polished product but this is what I have: [https://github.com/hkhailee/GOLDEN_unsupervised/blob/main/TrainingYourOwnDataset.md](url) > > I can't open the link Thats the correct path. If having issues try going...

How did you guys set up your models and get_item()

Not sure since I only worked with moco.py but for mine: calling the dataset: ``` elif p['train_db_name'] == 'rico-20': from data.rico import RICO20 subset_file = '' dataset = RICO20(subset_file=subset_file, split='train',...

The subset file in RICO20 is never used. I never call RICO20_sub which would use a subset file. There is a piece of code labeling all unlabeled images with 255...