Configuration Files
#
aid.tomlThe aid.toml
is the main entrance of a specific machine learning model. It has the following format:
The optional parameters includes:
note
Currently all the optional parameters are package-wise, i.e. you cannot set a specific parameter for certain solvers.
#
pretrained.tomlThe pretrained.toml
indicates where to find and download the pretrained weights and other assets. It has the following format:
AID will automatically fetch the pretrained file and put them /pretrailed
folder under the project root.
note
Though you can download files when initialising the solvers, just like this repository, it is not suggested to do so as it will not allow AID to read the pretrained weights for analysis and possibly conversion in the future. In the meanwhile, downloading when initialising the solvers may require to download multiple times if you have re-created the container, which is less efficient and causes extra network traffic.