Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
feufhd committed May 27, 2024
1 parent 7bbd856 commit 9f29ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classification/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from timm.utils import ModelEma as ModelEma
from utils.utils_ema import load_checkpoint_ema, load_pretrained_ema, save_checkpoint_ema
# print(f"||{torch.multiprocessing.get_start_method()}||", end="")
torch.multiprocessing.set_start_method("spawn", force=True)
# torch.multiprocessing.set_start_method("spawn", force=True)


def str2bool(v):
Expand Down

0 comments on commit 9f29ac1

Please sign in to comment.