PCRLv2 icon indicating copy to clipboard operation
PCRLv2 copied to clipboard

An official implementation of PCRLv2 (pre-training and fine-tuning code are included).

Results 11 PCRLv2 issues
Sort by recently updated
recently updated
newest added

/home/lcl/anaconda3/envs/PCRLv2/bin/python3.9 /home/lcl/PCRLv2/main.py --data path_to_processedLUNA --model pcrlv2 --b 32 --epochs 240 --lr 1e-3 --output saved_dir --n luna --d 3 --gpus 0,1 --ratio 1.0 --amp Namespace(data='path_to_processedLUNA', model='pcrlv2', phase='pretask', b=32, epochs=240, lr=0.001, output='saved_dir',...