Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
DistressedCoyote60
Moderator
2 Questions, 6 Answers
  Active since 03 May 2023
  Last activity 10 months ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
10 Answers
472 Views
0 Votes 10 Answers 472 Views
Hello, I have the following scenario: - I am running a clearml-agent on a Windows machine; - To run on the agents, I am using virtual envs; - In the file tha...
10 months ago
0 Votes
2 Answers
488 Views
0 Votes 2 Answers 488 Views
Hello, I have an ML project that is not on git. It is separated into several files: training.py data.py preprocessing.py global_config.py I can monitor it ea...
11 months ago
0 Hello, I Have The Following Scenario:

Same error with 1.5.3rc2

1683330869711 Mateus-DSV:0 INFO task a7b24d0c0f374a1d8df7019985ef6b28 pulled from 2ab43b3b9cc5449ca4701ea40fa791de by worker Mateus-DSV:0

1683330874980 Mateus-DSV:0 DEBUG Current configuration (clearml_agent v1.5.3rc2, location: C:/Users/MATEUS~1.CAS/AppData/Local/Temp/.clearml_agent.4s_2objx.cfg):
----------------------
agent.worker_id = Mateus-DSV:0
agent.worker_name = Mateus-DSV
agent.force_git_ssh_protocol = false
agent.python_binary = 
agent.package_m...
10 months ago
0 Hello, I Have The Following Scenario:

Hi @<1523701205467926528:profile|AgitatedDove14> ,

I'm registering the wheels with http:// .

Internally it's taking this URL and downloading the file, building the path with file:///

10 months ago
0 Hello, I Have The Following Scenario:

@<1523701205467926528:profile|AgitatedDove14> sure, I'll do that this weekend.

10 months ago
0 Hello, I Have The Following Scenario:

Sure,

My task:

from clearml import Logger, OutputModel, Task

Task.add_requirements(package_name="
")

task = Task.init(
    project_name="test_project",
    task_name="training",
    reuse_last_task_id=False,
    tags=["clearml_test"],
    output_uri=True,
    auto_connect_frameworks=False,
)

import keras_contrib

print(keras_contrib.__version__)

clearml-agent log:

1683324000711 Mateus-DSV:0 INFO task e874d28b54cf489fa285f05c26741462 pulled from 2ab43b3b9cc...
10 months ago
0 Hello, I Have The Following Scenario:

Your suspicions were correct. Disabling this setting worked.

Thank you so much for your help. I really appreciate it.

P.S.: I also cleared the caches of the venv ( agent.venvs_cache.path ).

10 months ago