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