Antoine Chauvin

Antoine Chauvin

Platform Engineer

Paris, France

Joined April 8, 2024

Karma 35

Antoine Chauvin

1

Posted by antoine

Hello @avarga! Sorry for the inconvenience, you should now have access to the competitions now. Let me know if you need further assistance!
Antoine Chauvin

2

Posted by antoine (edited)

Hello @aiquantumarchitects! Sorry for the inconvenience, you should now have access to the competitions now. Let me know if you need further assistance!
Antoine Chauvin

1

Posted by antoine (edited)

Hello @Himanshu! Sorry for the inconvenience, you should now have access to the competitions now. Let me know if you need further assistance!
Antoine Chauvin

1

Posted by antoine

Do you confirm you are trying to run the notebook inside Visual Studio Code?
If so, I can confirm it's running fine for me by:
  1. At the root of the submission, I run the command aqora clean,
  2. Then run aqora install,
  3. Then run aqora lab,
  4. Then, in Visual Studio Code, I run the command Python: Select Interpreter,
  5. Then, I select ./.venv/bin/python3.
From there I am able to run the notebook from top to bottom without issue.
Let me know if this was helpful to you, or if you need further assistance!
Antoine Chauvin

1

Posted by antoine

Hello @inghugo!
Thanks for reaching out! Please click "Event Page" inside the invitation email you received on April 15th. It will redirect you to a page prompting you to accept the event rules and after accepting you should have access to the event.
Let me know if that works!
Antoine
Antoine Chauvin

1

Posted by antoine

@bhagya @abdullah can you send your submission to antoine@aqora.io and attach files at:
  • $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.
Antoine Chauvin

2

Posted by antoine

Hello @riya !
You can submit on behalf of the team using your personal account or by creating an organisation and adding members to it here:
When you run aqora template in a terminal, you should be prompted to choose an account to submit a submission on.
You can also attach a submission to an organisation you are part of by adding a configuration inside pyproject.toml. Just add a key entity = "username_here" under the [tool.aqora] group!
Don’t hesitate to let me know if I can be of further help,
Enjoy 👋
Antoine Chauvin

3

Posted by antoine

how do you train the model with the data ?
I must say that it really depends on the ML library you are likely to use. Which one are you using?
i am not sure where to put the dataset_type = "train"
dataset = FIDataset(dataset_type,".aqora/data/data")
You should use the dataset variable here as the input for your ML implementation.
I also recommend that your read this thread if you are having some troubles with FIDataset.
Let me know if you need further assistance!
Antoine Chauvin

1

Posted by antoine

How about this one?
dataset = FIDataset(dataset_type, "../.aqora/data/data")
Antoine Chauvin

1

Posted by antoine

Could you try this line instead?
dataset = FIDataset(dataset_type, ".aqora/data/data")