Common Fields Config
These fields are generic and can be adapted based on the user's machine.
Artifact Path
Default value: /cache
Where to store the caching artifacts (HDF5
files and HF datasets). The value needs to be available
inside Docker (see docker-compose.yml
). /cache
is available by default on the docker image.
Not using Docker?
If Azimuth is run without Docker, the cache needs to be a path with write access (/cache
will not
work).
Batch Size
Default value: 32
Batch size to use during inference. A higher batch size will make computation faster, depending on the memory available on your machine.
Use Cuda
Default value: auto
If cuda is available on your machine, set to true
, otherwise false
. Can also be set to "auto"
and let the user-code take care of it.