Jiajun Ma

Results 2 issues of Jiajun Ma

I have pretrained the V2 simclr on Cifar10 as below: `! python run.py --train_mode=pretrain --train_batch_size=256 --train_epochs=400 \ --learning_rate=0.2 --learning_rate_scaling=sqrt --proj_out_dim=64 --num_proj_layers=2 \ --weight_decay=1e-4 --temperature=0.2 \ --dataset=cifar10 --data_dir=/tmp/dataset \ --image_size=32 --eval_split=test...

1, in `try_restore_from_checkpoint` function, in FLAGS.checkpoint, the variable name is checkpoint_manager2, however the return of the function is still checkpoint_manager; 2, in `perform_evaluation`, there is no flag_values_dict in FLAGS; Thank...