Open YangZhangMizzou opened 3 years ago
Hi!
Thanks for opening the issue. The only explanation I could have is that your environment variable AIDE_CONFIG_PATH
points to a different settings file. Are you using Docker? Then you have to modify the docker/settings.ini
file, not the config/settings.ini
file.
--
To make the system a bit more hiccup-proof, the latest commit now contains a fallback solution to the numWorkers
argument if it cannot be found (defaults to 6
).
Hi!
Thanks for opening the issue. The only explanation I could have is that your environment variable
AIDE_CONFIG_PATH
points to a different settings file. Are you using Docker? Then you have to modify thedocker/settings.ini
file, not theconfig/settings.ini
file.--
To make the system a bit more hiccup-proof, the latest commit now contains a fallback solution to the
numWorkers
argument if it cannot be found (defaults to6
). settings.txt terminal_logs.txt
Thank you for your reply. The problem is solved! Yes when I use docker I can start the server and log in. I tried to run AIDE on one machine however, when I tried to label the images I uploaded and use built-in model to learn them, I have some questions:
Hi!
A very interesting work! However, When I try to launch AIDE with the command './AIDE.sh start ', an error occur as the picture shows. Here is the screenshot: I also attach my setting file settings.txt Anyone who has some suggestions on it?