MRM-pytorch icon indicating copy to clipboard operation
MRM-pytorch copied to clipboard

An official implementation of Advancing Radiograph Representation Learning with Masked Record Modeling (ICLR'23)

Results 9 MRM-pytorch issues
Sort by recently updated
recently updated
newest added

Thank you for sharing the code! This is my script run.sh: ``` CUDA_VISIBLE_DEVICES=0,1,2,3 OMP_NUM_THREADS=1 python -m torch.distributed.launch --nproc_per_node=4 --master_port 12345 main_pretrain.py \ --num_workers 10 \ --accum_iter 2 \ --batch_size 128...

Using the provided MRM model, I can reproduce the SIIM Pneumothorax Segmentation results for 10% of the data. But I can't reproduce the SIIM Pneumothorax Segmentation results for 100% of...

I have trouble downloading SIIM data set, I can't use google cloud to download siim-stage1 part of the data set, could you please provide a link to SIIM data set...

I would like to know that tools/test.py and tools/dist_train.sh in test.sh and ft.sh are not found in the SIIM partition task. Can I make these codes public

I would like to know how to define the percentage of training data used in segmentation tasks? I couldn't find the relevant variables in the code. Thanks again for sharing...

Thank you for sharing the code! There is an error occur when I trainning the segementation task: File ".../site-packages/mmcv/runner/hooks/evaluation.py", line 389, in evaluate return eval_res[self.key_indicator] KeyError: 'Dice.front' After inspection, I...

Thanks for your reply about the dataset in the former issue! After I fine-tune the SIIM-ACR Pneumothorax segmentation task with pre-trained model weights and run ``ft.sh`` with mmsegmentation, the following...

Thanks for the great work! Can you share the code of other downstream tasks? Thanks.

Hello, I have found that there are many semantic unrelated tokens in mimic_wordpiece.json. So I want to generate my own wordpiece file. How could I achieve it?