Closed viniavila closed 1 year ago
Hi @viniavila , have you tried using cpu only? Or if that does not help using float32 tensors only? Both options are far from optimal, but it would help for debugging. Also, it seems like this issue might be a more general one and not necessarily related to schnetpack: https://github.com/facebookresearch/segment-anything/issues/94 Best, Jonas
Hi @jnsLs!! How can I change for cpu only? Is there a setting that I can pass in command line or I have to deal with the code or config file? Thanks for the response.
spktrain experiment=qm9_atomwise trainer.accelerator=cpu
should do the job
Thanks!
I know that Schnetpack was designed to run on Linux and isn't intended to support other platforms by default, but I'm trying to run on my Mac M1 with macOS (using micromamba and installed manually from pip, not using the conda-forge package). But I'm having the following issue ():
Steps to reproduce:
export HYDRA_FULL_ERROR=1
mk spk_workdir && cd spk_workdir
spktrain experiment=qm9_atomwise