Kyle Luther

Results 3 comments of Kyle Luther

Outputs of nvcc ``` $ nvcc --version bash: nvcc: command not found ``` I have cuda 11.1 installed in /usr/local/cuda-11.1/ though

With regards to whether or not x is changing. It seems like x is unchanged between calls ```python from jax.numpy.fft import fft2 x = np.random.randn(7603, 7603) print(x.sum()) # 1315.9940795048856 f1...

Oh interesting. It looks like it must just be python 3.8. I was trying to run the colab example [electron microscopy section alignment](https://colab.research.google.com/github/google-research/sofima/blob/main/notebooks/em_alignment.ipynb) and getting the error I posted above