John Lambert
John Lambert
When selecting "Jupyter: Run Current File in Interactive Window", the contents of the file are run in the window. This will not allow the __file__ parameter, __init___.py files nor the...
# App name dash-avs-explorer # Description of bug View Mode (Perspective, Top Down, etc.) is broken when it is switched. When in "advanced" mode # How to replicate the bug...
This is a known issue: https://github.com/python-poetry/poetry/issues/3496 * "It works if I disable the new installer as was recommended by @abn in issue https://github.com/python-poetry/poetry/issues/2388" The work around is to use the...
## Describe the bug ``` python self.clearml_task.get_logger().report_single_value(name="prevalue",value=1) with create_model_trainer(parallel_corpus) as model_trainer: model_trainer.train(check_canceled=self.check_canceled) model_trainer.save() self.clearml_task.get_logger().report_single_value(name="postvalue",value=2) ``` The prevalue is registered, but not the postvalue
Here are the standard docker mounts: ``` docker_internal_mounts { sdk_cache: "/clearml_agent_cache" apt_cache: "/var/cache/apt/archives" ssh_folder: "~/.ssh" ssh_ro_folder: "/.ssh" pip_cache: "/root/.cache/pip" poetry_cache: "/root/.cache/pypoetry" vcs_cache: "/root/.clearml/vcs-cache" venv_build: "~/.clearml/venvs-builds" pip_download: "/root/.clearml/pip-download-cache" } ``` To...
See this thread: https://clearml.slack.com/archives/CTK20V944/p1681805285151289 ### Initial record of issue (thanks Thomas Delsart) Hello channel, I am struggling a lot on an issue linked to ClearMl agent and AWS Autoscaler ....
I pass environment variables into the docker image ['--env', 'MY_VARIABLE=my_value'], etc. When I run the clearml-session and log into VS Code through the SSH connection, the variables are no longer...
There are a still a bug or two to work out - but it should be good enough to review. There will likely be more churn in review at this...
https://github.com/sillsdev/serval/issues/388 - - - This change is [](https://reviewable.io/reviews/sillsdev/machine/199)
https://github.com/sillsdev/machine/issues/158 - - - This change is [](https://reviewable.io/reviews/sillsdev/machine/197)