Closed murphyk closed 1 year ago
Here is a minimal colab to reproduce the core problem. https://colab.research.google.com/drive/1gGDAGotSA0aJ9Nd1ilV9_xWBy6uFvVkU?usp=sharing
Closing the issue for being fixed in efbc9de8a08857f1d074d1063c8c3c861475eea4 and discussion continues in #83
Tutorial: -1 (Fill-in number of tutorial)
https://uvadlc-notebooks.readthedocs.io/en/latest/tutorial_notebooks/JAX/tutorial5/Inception_ResNet_DenseNet.html
Describe the bug
Same issue as in https://github.com/phlippe/uvadlc_notebooks/issues/83. However it crops right at the start - merely importing pytorch causes issues. See screenshot below
Can be fixed by moving
before importing pytorch.