MammothGoat53
3
Questions,
15
Answers
Active since 10 January 2023
Last activity
one year ago
Reputation
0
Badges 1
15 × Eureka!Is there a way to record metrics with the REST API? I'm not seeing it.
2 years ago
Should calling Task.init() / task.close() multiple times work? I have some code like this and it seems to dead-lock: for lr in [0.001, 0.0001]: task = clearm...
2 years ago
I'm evaluating using ClearML from a language other than Python, so I am playing with the REST API. I managed to call auth.login to get an auth token. Now I'm...
one year ago
2 years ago
2 years ago
2 years ago
0
Is There A Way To Record Metrics With The Rest Api? I'M Not Seeing It.
And more broadly I'm evaluating solutions that are usable without Python. So if there are any key features that are not available through the REST API?
2 years ago
0
Is There A Way To Record Metrics With The Rest Api? I'M Not Seeing It.
Ah great! I hadn't figured out that adding a metric was an event
2 years ago
0
I'M Evaluating Using Clearml From A Language Other Than Python, So I Am Playing With The Rest Api.
I Managed To Call Auth.Login To Get An Auth Token.
Now I'M Trying To Call Projects.Get_By_Id.
Here'S What I'Ve Got.
Now I'm getting Invalid token (invalid jwt token): reason=Invalid crypto padding
one year ago
0
I'M Evaluating Using Clearml From A Language Other Than Python, So I Am Playing With The Rest Api.
I Managed To Call Auth.Login To Get An Auth Token.
Now I'M Trying To Call Projects.Get_By_Id.
Here'S What I'Ve Got.
And I'm a bit confused b/c I thought the official python client was doing these same REST calls
one year ago
0
I'M Evaluating Using Clearml From A Language Other Than Python, So I Am Playing With The Rest Api.
I Managed To Call Auth.Login To Get An Auth Token.
Now I'M Trying To Call Projects.Get_By_Id.
Here'S What I'Ve Got.
- The curl data option needed 2 dashes,
--data
one year ago
0
I'M Evaluating Using Clearml From A Language Other Than Python, So I Am Playing With The Rest Api.
I Managed To Call Auth.Login To Get An Auth Token.
Now I'M Trying To Call Projects.Get_By_Id.
Here'S What I'Ve Got.
Can you please elaborate how to change what I have? I'm setting this: -H "Authorization: Bearer $CLEARML_TOKEN" \
one year ago
0
I'M Evaluating Using Clearml From A Language Other Than Python, So I Am Playing With The Rest Api.
I Managed To Call Auth.Login To Get An Auth Token.
Now I'M Trying To Call Projects.Get_By_Id.
Here'S What I'Ve Got.
Ah interesting. So I should try another API method?
one year ago
0
I'M Evaluating Using Clearml From A Language Other Than Python, So I Am Playing With The Rest Api.
I Managed To Call Auth.Login To Get An Auth Token.
Now I'M Trying To Call Projects.Get_By_Id.
Here'S What I'Ve Got.
well if you copy pasted my command maybe the -data
vs --data
one year ago
0
I'M Evaluating Using Clearml From A Language Other Than Python, So I Am Playing With The Rest Api.
I Managed To Call Auth.Login To Get An Auth Token.
Now I'M Trying To Call Projects.Get_By_Id.
Here'S What I'Ve Got.
The two things I fixed:
The token had quotes around it. I changed from jq
to jq --raw-output
one year ago