mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#171)
This commit is contained in:
@@ -196,7 +196,12 @@ logger.report_media('audio', 'pink panther', iteration=1, local_path=audio_local
|
||||
### HTML
|
||||
|
||||
```python
|
||||
logger.report_media("html", "url_html", iteration=1, url="https://clear.ml/docs/latest/docs/index.html")
|
||||
logger.report_media(
|
||||
"html",
|
||||
"url_html",
|
||||
iteration=1,
|
||||
url="https://clear.ml/docs/latest/docs/index.html"
|
||||
)
|
||||
```
|
||||
|
||||

|
||||
|
||||
@@ -21,7 +21,12 @@ See the example script's [report_html_url](https://github.com/allegroai/clearml/
|
||||
function, which reports the ClearML documentation's home page.
|
||||
|
||||
```python
|
||||
Logger.current_logger().report_media("html", "url_html", iteration=iteration, url="https://clear.ml/docs/latest/docs/index.html")
|
||||
Logger.current_logger().report_media(
|
||||
"html",
|
||||
"url_html",
|
||||
iteration=iteration,
|
||||
url="https://clear.ml/docs/latest/docs/index.html"
|
||||
)
|
||||
```
|
||||
|
||||
## Reporting HTML Local Files
|
||||
|
||||
Reference in New Issue
Block a user