MKL error pytorch on Azure ubuntu VM

It looks there’s a backward compatibility issue with your version of mkl mkl-2018.0.2 in your output.
You can try to downgrade it to previous version: conda install mkl=2018.0.1
And restart the notebook.