We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: