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")
2
Posted by antoine •
torch v2.4.1
supports Python 3.8-3.12 on Windows (amd64 only), Linux (both amd64 and arm64), and macOS (arm64 only).$ python3 -V
Python 3.12.8
$ python3 -m platform
macOS-15.2-arm64-arm-64bit
uv python install X.Y.X
.