liuyyy111

Results 3 issues of liuyyy111

hi, I am trying to run train.py, I get an error as "TypeError: h5py objects cannot be pickled". I think the error is stemming from torch.utils.data.DataLoader. or did i miss...

您好,我想问一下代码中提到的pre-computed image features包含哪些内容呢?它和SCAN提供的bottom-up features有什么不同吗?

I followed the steps in readme.md to train the model, but encountered the following error `python3 train_cifar_kd.py --model_name resnet20_cifar --teacher resnet56_cifar --teacher_weights './ckpt/cifar_teachers.tar' --dataset 'cifar100' --epoch 240 --batch_size 64 --lr...