79249870

Date: 2024-12-04 04:22:28
Score: 1.5
Natty:
Report link

I don't fully understand why but for me this solved the issue:

if __name__ == '__main__':
    import torch
    torch.multiprocessing.set_start_method('spawn')
    main()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Qbaza