Kaiser Hamid Rabbi
Results
2
comments of
Kaiser Hamid Rabbi
I faced the same issue. first I edited the mmskl.py file - ``` if __name__ == "__main__": torch.multiprocessing.set_start_method('spawn') main() ``` then ran the below command - `mmskl configs/utils/build_dataset_example.yaml` here first...
> Fixed the issue on my end. Thanks. Could you please tell me, how you solve that while running the code on GPU?