Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.2 KB

File metadata and controls

50 lines (32 loc) · 1.2 KB

crowpeas

Documentation Status

EXAFS fitting using Neural Network

How to install

Please install PyTorch before installing crowpeas in order to use the GPU/TPU acceleration properly. Follow the instruction in the following link to install PyTorch.

Typical installation will be following:

`bash pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 `

Then, install crowpeas using pip:

`bash pip install git+https://github.com/Ameyanagi/crowpeas `

How to use (cli)

You first need to prepare the setting file. The setting file can either be a toml or a json file. See Pd example.

run program with the following command: `bash crowpeas -d -t -v -e <config.toml> `