Reputation
Badges 1
55 × Eureka!Pefect, thanks. I will take a look at that.
Yeah actually you are right. I can report the stats as a table, not the whole data.
They are actually from tracked files. Actually, I get the uncommitted changes under Execution tab.
I commited the uncommited changes and tried it. It works. The batchsize becomes 4.
I don't think I am on the pro version, is that a paid one?
The worker machines are on gcp
Oh, I think that is for a very small data. I don't think it works for me.
No worries. Thank you so much.
@<1523701070390366208:profile|CostlyOstrich36> I don't get that.
@<1523701070390366208:profile|CostlyOstrich36>
or can I put something like the following in clearml.conf?
cat << EOF >> ~/clearml.conf
agent.enable_git_ask_pass=true
agent.git_user="{GIT_USER}"
agent.git_pass="{GIT_PASSWORD}"
The
agent.git_user="{GIT_USER}"
agent.git_pass="{GIT_PASSWORD}"
already existed. I only added
`agent.enable_git_ask_pass=true
Thanks, it did
configurations:
extra_clearml_conf: 'sdk.aws.s3.region="us-west-2"
agent.extra_docker_arguments=["--shm-size=90g"]
agent.extra_docker_shell_script=["git config --global credential.helper cache --timeout=604800",]'
extra_trains_conf: ''
extra_vm_bash_script: ''
queues:
gcp-v100:
- - gcp-v100
- 4
gcp-l4:
- - gcp-l4
- 4
gcp-cpu:
- - gcp-cpu
- 4
resource_configurations:
gcp-v100:
...
Sorry, It just worked now. I think It was slow internet connection issue. It just went away today.
That is the configuration yaml.
At least I can do that along with matplotlib
CostlyOstrich36
- batchsize: 22
+ batchsize: 4
I see that under Executed . But, the batch size for me is 22 under Configuration/General
I don't say I am expert in this thing, but does the autoscaler have different version than the clearml?
I know. And the very fast help 🙏 😀
Another very related question is, does uncommitted changes work for sub modules as well? I mean, when there is a directory from a different repository cloned as a submodule.
I tried it on another laptop and I also tried it on the server machine where the clearml server is deployed. I get same error. @<1523701070390366208:profile|CostlyOstrich36>
deployed it myself. It worked fine before I changed to ubuntu24.04 yesterday. We have been using clearml for years this way
I will have to go for matplotlib or seaborn options.
report_table seems to be the most straight forward without matplotlib integration. Do you think it has plotting features?
It is an autoscaler for gcp. I think, there are unnecessary configs that were used in aws.
clearml==1.14.1
That is the version.
I am passing my credentials as well. So, if it tries with the credentials and it doesn't work, may be try twice, may be three times, then raise an error. I don't know a lot about libraries, but the error that I am seeing is a bit confusing now.