Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ If trying to use an `10.X` CUDA runtime you may have to install older versions o
`torch` and `pytorch-lightning`, see
[teamtomo/fidder#17](https://github.com/teamtomo/fidder/issues/17) for details.

### Model weights cache directory
Fidder will fetch the needed weights from Zenodo on its first run. To do so, [pooch](https://www.fatiando.org/pooch/latest/index.html) is used to download the weights to your computer. In Unix-like systems, this will [default](https://www.fatiando.org/pooch/latest/api/generated/pooch.os_cache.html#pooch-os-cache) to _~/.cache/fidder_ unless XDG_CACHE_HOME is set to a different location.

## Notes

This package provides similar functionality to
Expand Down
3 changes: 3 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ If trying to use an `10.X` CUDA runtime you may have to install older versions o
`torch` and `pytorch-lightning`, see
[teamtomo/fidder#17](https://github.com/teamtomo/fidder/issues/17) for details.

## Model weights cache directory
Fidder will fetch the needed weights from Zenodo on its first run. To do so, [pooch](https://www.fatiando.org/pooch/latest/index.html) is used to download the weights to your computer. In Unix-like systems, this will [default](https://www.fatiando.org/pooch/latest/api/generated/pooch.os_cache.html#pooch-os-cache) to _~/.cache/fidder_ unless XDG_CACHE_HOME is set to a different location.

# Notes

This package provides similar functionality to
Expand Down
Loading