Closed RicoKursidem closed 1 year ago
@RicoKursidem At the beginning of this PR you mentioned some ToDos.
Did you finished them?
@RicoKursidem This PR contains three Dockerfiles. Could you help me and explain me the reason for this?
Hi @philippabele
I did not finish the Todos yet. I will do it this weekend.
There are tree Dockerfiles because I had three different attempts to build the container. The "Dockerfile" is the correct one. I will delete the other two.
Solutions: 20.05.2023 1) I cannot find out why these warnings pop up. There is a reference to the logs, but I don't find them. Because of time, I will first finish the Documentation of this part and then continue looking for an explanation. 2) Adding batch_type='runtime' so the max_batch Parameter is used as seconds Setting max_batch = 500, so all models have time to train.
@RicoKursidem
Please let me know, when I can test the Dockerfile.
Please let me know, when there is a documentation it could take a look at. Please create a new PR for the documentation.
You can test the Dockerfile. I will publish the Documentation PR today.
This pull request introduces a Docker Image in the Docker Environment Folder. In it, all the Dependencies for a AutoPyTorch Program are installed, and this repository is also downloaded. Until now, the AutoML Branch is cloned, but this can be changed via the Arguments in the docker compose file in the future
main
.For the Arguments in the compose file, I used:
In the Dockercontainer the following command will start the python AutoML script
TODO:
1) I still have some warnings I could not figure out. Some results can't be shown. Error Message:
2) I get an error with Timeout, but did not find the parameter to extend the maximal Runtime.
I will work on these warnings this week.
Solutions: 20.05.2023
1)
2)