ynu-yangpeng / GLMC

[CVPR2023] Global and Local Mixture Consistency Cumulative Learning for Long-tailed Visual Recognitions
69 stars 12 forks source link

a runtime error #11

Open WT0022 opened 10 months ago

WT0022 commented 10 months ago

Namespace(dataset='cifar100', root='/data/', arch='resnet32', num_classes=100, imbanlance_rate=0.01, beta=0.5, lr=0.01, epochs=200, batch_size=64, momentum=0.9, weight_decay=0.005, resample_weighting=0.0, label_weighting=1.2, contrast_weight=4, seed=3407, print_freq=1000, gpu=None, workers=4, resume=None, start_epoch=0, root_log='GLMC-CVPR2023/output/', root_model='GLMC-CVPR2023/output/', store_name='GLMC-CVPR2023/output/') creating folder GLMC-CVPR2023/output/ Traceback (most recent call last): File "/home/stu_22/wt/GLMC-main/GLMC-CVPR2023/main.py", line 184, in main() File "/home/stu_22/wt/GLMC-main/GLMC-CVPR2023/main.py", line 71, in main prepare_folders(args) File "/home/stu_22/wt/GLMC-main/GLMC-CVPR2023/utils/util.py", line 171, in prepare_folders os.mkdir(folder) FileNotFoundError: [Errno 2] No such file or directory: 'GLMC-CVPR2023/output/' how to resolve this issue