GOMP_4.0 not found
[AttributeError: module ‘torch.nn.functional’ has no attribute 'interpolate']conda config --add channels soumithImportError: /path/to/python/site-packages/torch/lib/libgomp.so.1: version `GOMP_4.0' not found (required by /path/to/python/site-packages/torch/lib/libTH.so.1)rm path/to/python/site-packages/torch/lib/libgomp.so.1
ln -s /usr/lib/libgomp.so.1 path/to/python/site-packages/torch/lib/libgomp.so.1PreviousWhy inconsistensy in backward propagation (pytorch)?NextHow to support parallel computing with constant tensor in a self-defined layer?
Last updated
Was this helpful?