dmaruo-hdsb
Results
1
comments of
dmaruo-hdsb
@aneverhart @wregter Hi, I also got same error and I fixed that problem within my env, by setting the jax config firstly ``` from jax.config import config config.update('jax_enable_x64', True) ```...