Reputation
Badges 1
19 × Eureka!like some details about attributes, dataset size, formats. here when we define output_uri in task_init in which format the model would be saved? CostlyOstrich36
I tried that way, but the apiserver.conf file has not been created. Can I use the default one and create a file? AgitatedDove14
I also tried the asteroid example, everything else working but could not connect to grafana dashboard. AgitatedDove14
it worked thank you for the support. AgitatedDove14 , SuccessfulKoala55
Containers are not running AgitatedDove14
since the previous attempts did not work, now I am trying from the beginning following the example https://github.com/thepycoder/asteroid_example , here after spinning the docker compose file up , I am not seen any containers running ? maybe missed some small thing
Thank you very much. ExasperatedCrab78
Hi, AgitatedDove14 I changed the variables inside the docker compose and it is running, now the grafana is running on 3000, but when I send the data it does not show up, is there any mistake I have done?
thank you very much. SuccessfulKoala55 Can you please tell me what are the things I need to change in that config file. I am referring to this file. https://github.com/allegroai/clearml-server/blob/master/apiserver/config/default/apiserver.conf
Thank you very much CostlyOstrich36 this helps for the work.
Basically the model versions, training results, the things that are saved in mongodb, can we get those data to a s3 bucket in any format? CostlyOstrich36
I ran the docker compose file without the env file then it is working, is there any command that run the same in a different way
I wanted to add user/password access, but there was no file named apiserver.conf in the config folder. So is there any mistake when I am following the steps. AgitatedDove14
what is meant by full docker-compose.yml? yes it gives the result AgitatedDove14
I followed those steps and the server is running. but is there any way to add some other users to this by using some login system? AgitatedDove14
It was connected AgitatedDove14 Thank you very much for the support.
What is the format of data we get from using dataset.get() AnxiousSeal95 , I just wanted to visualize the columns of that csv file and plot some details. Can I do that directly from the output from Dataset.get() ?
Hi, AnxiousSeal95 suppose we have uploaded a csv file, and want to get the csv file to do some pre processing tasks, then is there a way to get that csv file to that script to do further tasks on the dataset like we normally do?