mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#691)
This commit is contained in:
@@ -56,7 +56,6 @@ Logger.current_logger().report_media(
|
||||
iteration=iteration,
|
||||
local_path="bar_pandas_groupby_nested.html",
|
||||
)
|
||||
|
||||
```
|
||||
|
||||
### Bokeh Graph HTML
|
||||
|
||||
@@ -74,7 +74,6 @@ parameters['new_param'] = 'this is new'
|
||||
|
||||
# changing the value of a parameter (new value will be stored instead of previous one)
|
||||
parameters['float'] = '9.9'
|
||||
|
||||
```
|
||||
|
||||
Parameters from dictionaries connected to Tasks appear in **HYPERPARAMETERS** **>** **General**.
|
||||
|
||||
Reference in New Issue
Block a user