
1
Posted by antoine •
1
Posted by antoine •
$HOME/.local/state/aqora/aqora.log*
if you are on Linux,$HOME/Library/Caches/aqora/aqora.log*
if you are on macOS,%USERPROFILE%\AppData\Local\aqora\aqora.log*
if you are on Windows.2
Posted by antoine •
aqora template
in a terminal, you should be prompted to choose an account to submit a submission on.pyproject.toml
. Just add a key entity = "username_here"
under the [tool.aqora]
group!3
Posted by antoine •
how do you train the model with the data ?
i am not sure where to put the dataset_type = "train"
dataset = FIDataset(dataset_type,".aqora/data/data")
dataset
variable here as the input for your ML implementation.FIDataset
.2
Posted by antoine •
2
Posted by antoine •
torch
@ 2.2.2
and numpy
@ 1.26.4
, which should enable you to run your submission on a macOS Intel machine. To update, you will have to:pyproject.toml
,aqora clean
,aqora install
.3
Posted by antoine •
dataset = FIDataset(dataset_type, ".aqora/data/data")