Nima Rafiee
Nima Rafiee
Hi I tried to rerun your code for cifar100 multi-class with the following command: `CUDA_VISIBLE_DEVICES=4,5,6,7 python -m torch.distributed.launch --nproc_per_node=4 train.py --dataset 'cifar100' --model 'resnet18' --mode sup_simclr_CSI --shift_trans_type rotation --batch_size 32...
Hi When I try to use the LARS wrapper, I get a `Segmentation fault (core dumped)` error. the code runs removing the wrapper. do you have any idea what might...
Hi all, In my project, I use TorchData to read parquet files from AWS S3 buckets. Currently, it seems that pytorch-frame can not be integrated with torchdata. I was wondering...
Hi Thanks for your nice code. have you tried any experiments on cifar? if so, do you have any suggestions regarding the hyperparameter configs? And also do you think it...