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
Unanswered
Current Configuration (Clearml_Agent V0.17.2Rc4, Location: /Root/Clearml.Conf): ---------------------- Agent.Worker_Id = Dgxstation-2:Gpu3 Agent.Worker_Name = Dgxstation-2 Agent.Force_Git_Ssh_Protocol = False Agent.Python_Binary = Agent.Package_Manager.T

` Current configuration (clearml_agent v0.17.2rc4, location: /root/clearml.conf):

agent.worker_id = dgxstation-2:gpu3
agent.worker_name = dgxstation-2
agent.force_git_ssh_protocol = false
agent.python_binary =
agent.package_manager.type = pip
agent.package_manager.pip_version =
agent.package_manager.system_site_packages = true
agent.package_manager.force_upgrade = true
agent.package_manager.conda_channels.0 = defaults
agent.package_manager.conda_channels.1 = conda-forge
agent.package_manager.conda_channels.2 = pytorch
agent.package_manager.torch_nightly = false
agent.package_manager.force_repo_requirements_txt = true
agent.package_manager.priority_packages.0 = cython
agent.package_manager.priority_packages.1 = numpy
agent.package_manager.priority_packages.2 = setuptools
agent.package_manager.conda_env_as_base_docker = false
agent.venvs_dir = /root/.clearml/venvs-builds
agent.venvs_cache.max_entries = 10
agent.venvs_cache.free_space_threshold_gb = 2.0
agent.vcs_cache.enabled = true
agent.vcs_cache.path = /root/.clearml/vcs-cache
agent.venv_update.enabled = false
agent.pip_download_cache.enabled = true
agent.pip_download_cache.path = /root/.clearml/pip-download-cache
agent.translate_ssh = true
agent.reload_config = false
agent.docker_pip_cache = /home/dhuser/.clearml/pip-cache
agent.docker_apt_cache = /home/dhuser/.clearml/apt-cache
agent.docker_force_pull = false
agent.default_docker.image = nvidia/cuda:10.1-runtime-ubuntu18.04
agent.default_docker.arguments.0 = --env GIT_SSL_NO_VERIFY=true
agent.git_user =
agent.default_python = 3.6
agent.cuda_version = 102
agent.cudnn_version = 0
api.version = 1.5
api.verify_certificate = true
api.default_version = 1.5
api.http.max_req_size = 15728640
api.http.retries.total = 240
api.http.retries.connect = 240
api.http.retries.read = 240
api.http.retries.redirect = 240
api.http.retries.status = 240
api.http.retries.backoff_factor = 1.0
api.http.retries.backoff_max = 120.0
api.http.wait_on_maintenance_forever = true
api.http.pool_maxsize = 512
api.http.pool_connections = 512
api.api_server =
api.web_server =
api.files_server =
api.credentials.access_key = VQ1490AI2NF8UZF5BBIK
api.host =
sdk.storage.cache.default_base_dir = /clearml_agent_cache
sdk.storage.cache.size.min_free_bytes = 10GB
sdk.storage.direct_access.0.url = file://*
sdk.metrics.file_history_size = 100
sdk.metrics.matplotlib_untitled_history_size = 100
sdk.metrics.images.format = JPEG
sdk.metrics.images.quality = 87
sdk.metrics.images.subsampling = 0
sdk.metrics.tensorboard_single_series_per_graph = false
sdk.network.metrics.file_upload_threads = 4
sdk.network.metrics.file_upload_starvation_warning_sec = 120
sdk.network.iteration.max_retries_on_server_error = 5
sdk.network.iteration.retry_backoff_factor_sec = 10
sdk.aws.s3.key =
sdk.aws.s3.region =
sdk.aws.boto3.pool_connections = 512
sdk.aws.boto3.max_multipart_concurrency = 16
sdk.log.null_log_propagate = false
sdk.log.task_log_buffer_capacity = 66
sdk.log.disable_urllib3_info = true
sdk.development.task_reuse_time_window_in_hours = 72.0
sdk.development.vcs_repo_detect_async = true
sdk.development.store_uncommitted_code_diff = true
sdk.development.support_stopping = true
sdk.development.default_output_uri =
sdk.development.force_analyze_entire_repo = false
sdk.development.suppress_update_message = false
sdk.development.detect_with_pip_freeze = true
sdk.development.worker.report_period_sec = 2
sdk.development.worker.ping_period_sec = 30
sdk.development.worker.log_stdout = true
sdk.development.worker.report_global_mem_used = false

Executing task id [122898ac84d748f9acea57543a6103d7]:
repository =
branch = master
version_num = 0b631bd35a3d4e5ea432a42ae59734fe5d90fe1f
tag =
docker_cmd = nvidia/cuda:10.2-devel-ubuntu18.04 -e GIT_SSL_NO_VERIFY=true
entry_point = pytorch_mnist.py
working_dir = .

[package_manager.force_repo_requirements_txt=true] Skipping requirements, using repository "requirements.txt"
Using base prefix '/usr'
New python executable in /root/.clearml/venvs-builds/3.6/bin/python3.6
Also creating executable in /root/.clearml/venvs-builds/3.6/bin/python
Installing setuptools, pip, wheel...
done.

Using cached repository in "/root/.clearml/vcs-cache/mnist-pytorch.cfcad10f4a471d2725562a4659ef2608/mnist-pytorch"
warning: redirecting to
remote: Enumerating objects: 7, done.
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (4/4), done.
From
6763b64..0b631bd master -> origin/master
Checking out files: 100% (13/13), done.
Note: checking out '0b631bd35a3d4e5ea432a42ae59734fe5d90fe1f'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b <new-branch-name>

HEAD is now at 0b631bd update
type: git
url:
branch: HEAD
commit: 0b631bd35a3d4e5ea432a42ae59734fe5d90fe1f
root: /root/.clearml/venvs-builds/3.6/task_repository/mnist-pytorch

Looking in indexes:
Looking in links:
Collecting pip
Downloading (1.5 MB)
|################################| 1.5 MB 28.9 MB/s
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 20.2.3
Uninstalling pip-20.2.3:
Successfully uninstalled pip-20.2.3
Successfully installed pip-21.0.1
Looking in indexes:
Looking in links:
Collecting Cython
Downloading (2.0 MB)
|################################| 2.0 MB 43.8 MB/s
Installing collected packages: Cython
Successfully installed Cython-0.29.21
Trying pip install: /root/.clearml/venvs-builds/3.6/task_repository/mnist-pytorch/requirements.txt
/usr/local/lib/python3.6/dist-packages/clearml_agent/external/requirements_parser/parser.py:44: UserWarning: Private repos not supported. Skipping.
warnings.warn('Private repos not supported. Skipping.')
Looking in indexes:
Looking in links:
Collecting numpy==1.19.1
Downloading (14.5 MB)
|################################| 14.5 MB 62.7 MB/s
Installing collected packages: numpy
Successfully installed numpy-1.19.1
Package(s) not found: torch
clearml_agent: Warning: could not resolve python wheel replacement for torch==1.6.0

clearml_agent: ERROR: Exception when trying to resolve python wheel: Could not find pytorch wheel URL for: torch==1.6.0 with cuda 102 support

DONE: Running task '122898ac84d748f9acea57543a6103d7', exit status 1 `

  
  
Posted 3 years ago
Votes Newest

Answers

544 Views
0 Answers
3 years ago
one year ago
Tags