mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-09 07:35:10 +00:00
Small edits (#430)
This commit is contained in:
parent
44b81d1a1d
commit
53113bdb7d
@ -374,7 +374,7 @@ to run if the trigger is triggered, which is in this case `training_task.id` is
|
|||||||
task. We have the schedule queue, so we want to obviously schedule it in any of the queues. We can use CPU queue in
|
task. We have the schedule queue, so we want to obviously schedule it in any of the queues. We can use CPU queue in
|
||||||
this case, and then we can give it a name as well. And just to make it clear that this training is not actually training
|
this case, and then we can give it a name as well. And just to make it clear that this training is not actually training
|
||||||
from Alice herself, but it's training on the new data of Bob. It's an automated training. We can give it a specific name
|
from Alice herself, but it's training on the new data of Bob. It's an automated training. We can give it a specific name
|
||||||
so that Alice knows this was triggered automatically, and then we can use `trigger_on_tags` where we should look to to
|
so that Alice knows this was triggered automatically, and then we can use `trigger_on_tags` where we should look to
|
||||||
actually trigger the trigger. Damn this is a lot of trigger.
|
actually trigger the trigger. Damn this is a lot of trigger.
|
||||||
|
|
||||||
So what happens here is we look in the Project Bob folder and then if a new tag production is found that wasn't there
|
So what happens here is we look in the Project Bob folder and then if a new tag production is found that wasn't there
|
||||||
|
@ -103,7 +103,7 @@ title: Version 1.2
|
|||||||
- Fix extra_layout not passed to report_matrix [ClearML GitHub issue #559](https://github.com/allegroai/clearml/issues/559)
|
- Fix extra_layout not passed to report_matrix [ClearML GitHub issue #559](https://github.com/allegroai/clearml/issues/559)
|
||||||
- Fix group arguments in click [ClearML GitHub PR #561](https://github.com/allegroai/clearml/pull/561)
|
- Fix group arguments in click [ClearML GitHub PR #561](https://github.com/allegroai/clearml/pull/561)
|
||||||
- Fix no warning when failing to patch argparse [ClearML GitHub PR #576](https://github.com/allegroai/clearml/pull/576)
|
- Fix no warning when failing to patch argparse [ClearML GitHub PR #576](https://github.com/allegroai/clearml/pull/576)
|
||||||
- Fix crash in Dataset.upload() when there is nothing to upload [ClearML GitHub PR #579](https://github.com/allegroai/clearml/pull/579)
|
- Fix crash in `Dataset.upload()` when there is nothing to upload [ClearML GitHub PR #579](https://github.com/allegroai/clearml/pull/579)
|
||||||
- Fix requirements, refactor and reformat examples [ClearML GitHub PR #567](https://github.com/allegroai/clearml/pull/567), [#573](https://github.com/allegroai/clearml/pull/573), [#582](https://github.com/allegroai/clearml/pull/582)
|
- Fix requirements, refactor and reformat examples [ClearML GitHub PR #567](https://github.com/allegroai/clearml/pull/567), [#573](https://github.com/allegroai/clearml/pull/573), [#582](https://github.com/allegroai/clearml/pull/582)
|
||||||
- Auto-scaler
|
- Auto-scaler
|
||||||
- Change confusing log message
|
- Change confusing log message
|
||||||
|
@ -52,12 +52,12 @@ title: Version 1.3
|
|||||||
**Bug Fixes**
|
**Bug Fixes**
|
||||||
|
|
||||||
* Update Slack SDK requirement [ClearML GitHub issue #597](https://github.com/allegroai/clearml/issues/597)
|
* Update Slack SDK requirement [ClearML GitHub issue #597](https://github.com/allegroai/clearml/issues/597)
|
||||||
* Fix fork after task.close() is called [ClearML GitHub issue #605](https://github.com/allegroai/clearml/issues/605)
|
* Fix fork after `task.close()` is called [ClearML GitHub issue #605](https://github.com/allegroai/clearml/issues/605)
|
||||||
* Fix Azure storage upload [ClearML GitHub issue #598](https://github.com/allegroai/clearml/issues/598)
|
* Fix Azure storage upload [ClearML GitHub issue #598](https://github.com/allegroai/clearml/issues/598)
|
||||||
* Fix offline mode crash
|
* Fix offline mode crash
|
||||||
* Fix task delete response not checked
|
* Fix task delete response not checked
|
||||||
* Fix pipeline controller kwargs with list
|
* Fix pipeline controller kwargs with list
|
||||||
* Fix PipelineDecorator.debug_pipeline()
|
* Fix `PipelineDecorator.debug_pipeline()`
|
||||||
* Fix PipelineDecorator example
|
* Fix PipelineDecorator example
|
||||||
* Fix Python 3.10 issues
|
* Fix Python 3.10 issues
|
||||||
* Fix handling of legacy fileserver (files.community.clear.ml)
|
* Fix handling of legacy fileserver (files.community.clear.ml)
|
||||||
|
@ -93,14 +93,14 @@ title: Version 1.4
|
|||||||
* Fix uploading 3D plots with matplotlib plt shows 2D plot on task results page
|
* Fix uploading 3D plots with matplotlib plt shows 2D plot on task results page
|
||||||
* Fix wrong Histogram plotting using when matplotlib
|
* Fix wrong Histogram plotting using when matplotlib
|
||||||
* Fix PyTorch `ScriptModule` autobind
|
* Fix PyTorch `ScriptModule` autobind
|
||||||
* Fix PyTorch auto-magic logging torchscript models
|
* Fix PyTorch auto-magic logging TorchScript models
|
||||||
* Fix forked process will not call `_at_exit` and flush all outstanding reports
|
* Fix forked process will not call `_at_exit` and flush all outstanding reports
|
||||||
* Fix matplotlib to plotly conversion fails on subplots (convert as image if figure has subplots)
|
* Fix matplotlib to plotly conversion fails on subplots (convert as image if figure has subplots)
|
||||||
* Fix Windows sub process might end up waiting forever for uploads to finish if subprocess is very shot lived
|
* Fix Windows sub process might end up waiting forever for uploads to finish if subprocess is very shot lived
|
||||||
* Fix `StorageManager.get_local_copy()` returning None for a valid path in Windows
|
* Fix `StorageManager.get_local_copy()` returning None for a valid path in Windows
|
||||||
* Fix Jupyter notebook cannot be detected
|
* Fix Jupyter notebook cannot be detected
|
||||||
* Fix PipelineController does not change node Task name, only pipeline step name
|
* Fix PipelineController does not change node Task name, only pipeline step name
|
||||||
* Fix Task.query_tasks() specifying page size or page number
|
* Fix `Task.query_tasks()` specifying page size or page number
|
||||||
|
|
||||||
### ClearML Server 1.4.0
|
### ClearML Server 1.4.0
|
||||||
|
|
||||||
|
@ -97,7 +97,8 @@ function Home() {
|
|||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
title={`Hello from ${siteConfig.title}`}
|
title={`Hello from ${siteConfig.title}`}
|
||||||
description="Description will go into a meta tag in <head />">
|
description="Turn your code into MLOps with only 2 lines of code with ClearML! Easily develop, orchestrate, and automate ML workflows at scale"
|
||||||
|
>
|
||||||
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user