mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Documentation
This commit is contained in:
parent
4c082038c5
commit
19171038f2
@ -21,7 +21,7 @@
|
||||
|
||||
## Can I store more information on the models? <a name="store-more-model-info"></a>
|
||||
|
||||
####For example, can I store enumeration of classes?
|
||||
#### For example, can I store enumeration of classes?
|
||||
|
||||
Yes! Use the `Task.set_model_label_enumeration()` method:
|
||||
|
||||
@ -49,7 +49,7 @@ logger = Task.current_task().get_logger()
|
||||
logger.report_scalar("loss", "classification", iteration=42, value=1.337)
|
||||
```
|
||||
|
||||
####**TRAINS supports:**
|
||||
#### **TRAINS supports:**
|
||||
* Scalars
|
||||
* Plots
|
||||
* 2D/3D Scatter Diagrams
|
||||
|
Loading…
Reference in New Issue
Block a user