
Reputation
Badges 1
19 × Eureka!It was connected AgitatedDove14 Thank you very much for the support.
what is meant by full docker-compose.yml? yes it gives the result AgitatedDove14
Containers are not running AgitatedDove14
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
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?
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() ?
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
I also tried the asteroid example, everything else working but could not connect to grafana dashboard. AgitatedDove14
Thank you very much. ExasperatedCrab78
it worked thank you for the support. AgitatedDove14 , SuccessfulKoala55
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
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
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
I tried that way, but the apiserver.conf file has not been created. Can I use the default one and create a file? AgitatedDove14
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
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