torchani.paths#

Locations used by TorchANI to cache various resources

Functions

custom_models_dir

Directory where custom models are stored

data_dir

Root location for resources

datasets_dir

Directory where datasets are stored

neurochem_dir

Directory where neurochem files

set_data_dir

Manually set the root location of resources

state_dicts_dir

Directory where the state-dicts of built-in models are stored

torchani.paths.set_data_dir(data_dir=None)[source]#

Manually set the root location of resources

torchani.paths.custom_models_dir()[source]#

Directory where custom models are stored

torchani.paths.datasets_dir()[source]#

Directory where datasets are stored

torchani.paths.neurochem_dir()[source]#

Directory where neurochem files

torchani.paths.state_dicts_dir()[source]#

Directory where the state-dicts of built-in models are stored

torchani.paths.data_dir()[source]#

Root location for resources