Inquisitive-ME
Inquisitive-ME
I also ran into this, except with a different size image. It seems like the Eval script is just broken. ``` RuntimeError: The size of tensor a (327) must match...
Sure it is attached below. I tried a server running locally and a server running on another computer. This is from trying to connect to a server running on another...
from this issue I tried changing the default request method to POST but that didn't seem to solve the issue https://github.com/allegroai/clearml/issues/517
I am running ``` from clearml import Task task = Task.init(project_name='great project 2', task_name='best experiment') ``` and the result is: ``` 2023-09-19 08:12:01,065 - clearml.Task - ERROR - Action failed...
I get ``` {"meta":{"id":"6ec98ec424e94b04958bf0171a57b913","trx":"6ec98ec424e94b04958bf0171a57b913","endpoint":{"name":"auth.login","requested_version":"2.26","actual_version":"1.0"},"result_code":200,"result_subcode":0,"result_msg":"OK","error_stack":"","error_data":{}},"data":{"token":"Long Token" ```
I don't believe so. From what I can tell by trying to debug in `backend_api/session/session.py` it appears that the username is the key from above and the password is the...
Below is the additional logs I get ``` task = Task.init(project_name='great project 2', task_name='best experiment') 2023-09-19 12:06:25,073 - clearml.session - INFO - Refreshing token from http://192.168.99.24:8008 (access_key=87AQDMJ74FBK39Q5AIDY, exp=None) 2023-09-19 12:06:25,116...
It just appears to hang and I don't see any logs: ``` Default host selected: http://192.168.99.165 Find detailed logs for this test at: /tmp/tmphra6d1qd/wandb ``` Wandb verify works on the...
Hi I tried the above steps and get ``` Default host selected: http://192.168.99.165:8080 ``` In the wandb verify output but it is still hung. When I cancel wandb verify it...
I found that even if I login on the host machine with the host set to 192.168.99.165:8080 it does not work. wandb verify also hangs. The host has to be...