
Reputation
Badges 1
39 × Eureka!` [2022-08-18 20:58:49,892] [9] [INFO] [clearml.request_handlers] GET
[2022-08-18 20:58:49,895] [9] [INFO] [clearml.request_handlers] Basic NUtORklQWUIzM0tIVUFRNUI4SkM6eU4yUXE4RTNvWDlpYlBRVmF1NEpiQXZQMHlUdHozNUluZVY4ZkpuZXNTRnRYbmRlR3I=
[2022-08-18 20:58:49,904] [9] [INFO] [clearml.service_repo] Returned 200 for auth.login in 6ms
[2022-08-18 20:58:50,059] [9] [INFO] [clearml.request_handlers] GET
[2022-08-18 20:58:50,060] [9] [INFO] [clearml.request_handlers] Basic NUtORklQWUIzM0tIVUFRNUI4SkM...
%env CLEARML_WEB_HOST={-----}
%env CLEARML_API_HOST={-----}
%env CLEARML_FILES_HOST=undefined
%env CLEARML_API_ACCESS_KEY={-----}
%env CLEARML_API_SECRET_KEY={-----}
from the clearml logs when setting up the clearml server using kubernetes
alternatively you could create a new OutputModel like here: https://github.com/allegroai/clearml/blob/master/examples/reporting/model_reporting.py , not sure if there is a way to stop the automatic uploading
i'm looking at the server.py
file and it doesn't have call =
self.
create_api_call(request)
i would greatly appreciate that!
sure where do i patch it?
@<1523701070390366208:profile|CostlyOstrich36> maybe cause sagemaker is running in headless mode
but none the less I’ll continue with this work around thanks!
SuccessfulKoala55 thanks alot for your help i greatly appreciate it, i think you are right that there is something happening with the request, I did some checking i can get it running on another computer (my non work computer), so i think you are right there must be something happening with my work related computer which is causing this to occur 😕 I'll keep trying to drill down on this issue on my work computer to see what the difference is, but I can atleast proceed now to as i g...
since its a logger object
i think the call is wrong
Failed processing request
http://localhost:8008/auth.login : 'Logger' object is not callable
FLASK_DEBUG: "1"
-> should 1 be a string or int?