
Reputation
Badges 1
131 × Eureka!yes, that looks like it, thanks!
I'll try adding these and see how it helps
did not help(
` # Python 3.7.5 (default, Dec 9 2021, 17:04:37) [GCC 8.4.0]
clearml == 1.3.2
numpy == 1.21.5 `
AgitatedDove14
please tell me, is the approximate date already known when this feature will be released along with the release?)
I figured it out, I had to click on the model to push, and only after that it would appear as available.
` (base) user@s130:~$ clearml-init
ClearML SDK setup process
Please create new clearml credentials through the profile page in your clearml-server
web app (e.g. )
Or create a free account at
In the profile page, press "Create new credentials", then press "Copy to clipboard".
Paste copied configuration here:
api {
web_server: ` `
api_server: ` `
credentials {
"access_key" = "6VUTS73D48DMPVI1NMPS"
"secret_key" = "4fGtZVirW0ztSLbm6JPLESM...
AgitatedDove14 like wandb
the ability to view other values when choosing a specific one.
For example, we want to see what validation value is for a particular train loss.
CostlyOstrich36
Will wait)
not nice that this logging is misleading
use local hosting by changing only 1 port (8080->8099) in the original docker compose file
yeah, thanks, I see)
and how to write it down in the code and using the PL.logger?
Yes, of course, there is a lot of code...
maybe I can share individual modules?)
to guide you faster)
File Store Host configured to: http://localhost:8090if i setFile Store Host configured to:
then
` (base) user@s130:~$ python3.7
Python 3.7.9 (default, Aug 31 2020, 12:42:55)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
from clearml import Task
task = Task.init(project_name="my project", task_name="my task")
ClearML Task: overwriting (reusing) task id=bf47e430826d43998c0f54c73addc12b
2021-11-03 19:15:13,491 - clear...
Docker always has port 8091 File Store Host
I replaced the open ports with ??9?
so that there would be no conflicts. If you write them down in a new form, then everything is ok
- File Store Host configured to: http://localhost:8091
` (base) user@s130:~$ clearml-init
ClearML SDK setup process
Please create new clearml credentials through the profile page in your clearml-server
web app (e.g. )
Or create a free account at
In the profile page, press "Create new credentials", then press "Copy to clipboard".
Paste copied configuration here:
api {
web_server: ` `
api_server: ` `
credentials {
"access_key" = "OV676692R7V...
` from clearml import Task
import numpy as np
def run():
task = Task.init(project_name="test/img", task_name="WandbLogger2_sg_nd_130_7")
logger = task.get_logger()
m = np.eye(256, 256, dtype=np.float64)
iteration = 42
logger.report_image("image", "image float", iteration=iteration, image=m)
if name == "main":
run() `
2022-03-29 16:27:55,273 - clearml.Task - INFO - No repository found, storing script code instead ClearML results page:
`
Retrying (Retry...
if i replace port from 8091 ti 8090 then opened page (pic. 1)
to
This only happens when I try to block pictures.
When I disable image logging, this error does not occur.
AgitatedDove14
I want to be able to compare scalars of more than 10 experiments, otherwise there is no strong need yet
Does this only work for the completed status?
and does not take into account failed and ABORTED experiments?
2022-03-29 15:15:52,031 - clearml.metrics - WARNING - Failed uploading to
http://10.151.32.18:8091 (HTTPConnectionPool(host='10.151.32.18', port=8091): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd4ec8f2310>: Failed to establish a new connection: [Errno 111] Connection refused')))
2022-03-29 15:15:52,034 - clearml.metrics - ERROR - Not uploading 1/4 events because the data upload failed
AgitatedDove14 ^
me too