I have a strange problem with Pytorch. When I use torch functions with tensors like tensor.reshape
or torch.transpose
, I don't have any problems; even when I created networks, it's ok. However, when I want to train network my jupyter crashed.
I find where error is but I don't know why it is there and how to fix it.
I installed pytorch using conda. I have Ubuntu 18.04. I don't have cuda.
The hint for the solution is available, via the Jupyter notebook terminal (if opened it directly and not via the anaconda interface), where a more proper error code appears
OMP: Error #15: Initializing libiomp5md.dll, but found libiomp5md.dll already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program....
which then leads to a working solution here sklearn OMP: Error #15 when fitting models
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With