Tongzhou Wang

Results 15 comments of Tongzhou Wang

We probably should start a branch with updated scripts as people are starting to compile from source by themselves.

FYI, it is fixed today. But it is only fixed on master.

@ferrine That makes sense. However, should doc be updated to reflect this?

Yeah, you should just use spawn @gautamkmr . Closing since this looks like user error.

@gautamkmr `set_start_method('spawn')` should be inside `if __name__ == '__main__'`. It really is not relevant to `launch.py` but just how you should use multiprocessing data loader with CUDA tensors. Alternatively, you...