Small edits (#405)

This commit is contained in:
pollfly 2022-12-12 14:30:17 +02:00 committed by GitHub
parent 20881e387a
commit 3ada680384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ make sure to close a task, before initializing a new one. To close a task simply
(see example [here](../guides/advanced/multiple_tasks_single_process.md)). (see example [here](../guides/advanced/multiple_tasks_single_process.md)).
When initializing a task, its project needs to be specified. If the project entered does not exist, it will be created on-the-fly. When initializing a task, its project needs to be specified. If the project entered does not exist, it will be created on-the-fly.
Projects can be divided into sub-projects, just like folders are broken into sub-folders. Projects can be divided into subprojects, just like folders are broken into sub-folders.
For example: For example:
```python ```python
@ -420,7 +420,7 @@ Upload the execution data that the Task captured offline to the ClearML Server u
You can also use the offline task to update the execution of an existing previously executed task by providing the You can also use the offline task to update the execution of an existing previously executed task by providing the
previously executed tasks ID. To avoid overwriting metrics, you can specify the initial iteration offset with previously executed tasks ID. To avoid overwriting metrics, you can specify the initial iteration offset with
`iteratiion_offset`. `iteration_offset`.
```python ```python
Task.import_offline_session( Task.import_offline_session(

View File

@ -60,7 +60,7 @@ Upload the session's execution data that the Task captured offline to the ClearM
You can also use the offline task to update the execution of an existing previously executed task by providing the You can also use the offline task to update the execution of an existing previously executed task by providing the
previously executed tasks ID. To avoid overwriting metrics, you can specify the initial iteration offset with previously executed tasks ID. To avoid overwriting metrics, you can specify the initial iteration offset with
`iteratiion_offset`. `iteration_offset`.
```python ```python
Task.import_offline_session( Task.import_offline_session(