Open wobbba opened 1 year ago
Hi,
Thanks for your interest in our work. I am sorry for the delay. I have uploaded a version here, but the code can be messy.
Please find the code in the zip file and install the package following the README.md.
train_digit5_ms_cutmix.sh
for training on Digit-Five using FixMatch-CM. The backbone models for the FixMatch-CM can be found at dassl/modeling/backbone
, such as resnet_mixstyle.py
or cnn_digit5_m3sda_mixstyle.py
, all with the suffix ‘_mixstyle.py’.model.pth
. MODEL.INIT_WEIGHTS model.pth
. The config files and the trainer (like FixMatchMSCMDistNetMetaLearnRetrain
) are specified in the script. And the trainer for BORT2 is named FixMatchMSCMDistNetMetaLearnRetrain of which the py file can be found at dassl/engine/da/fixmatch_mscm_dist_net_meta_learn_retrain.py
. Please let me know if you have any questions.
It says that this repo contains the PyTorch implementation of the paper but there are no files here.