Open luckfamousa opened 3 years ago
I think you need to add the following guard to basnet_train.py to allow training on Macs:
basnet_train.py
if __name__ == '__main__':
Please also see https://discuss.pytorch.org/t/multiprocessing-not-working-on-pytorch-on-macbook/80663
I think you need to add the following guard to
basnet_train.py
to allow training on Macs:Please also see https://discuss.pytorch.org/t/multiprocessing-not-working-on-pytorch-on-macbook/80663