Update webapp images (#200)

This commit is contained in:
pollfly
2022-03-13 15:07:06 +02:00
committed by GitHub
parent 1ba4fb73b8
commit 913aac4bec
232 changed files with 195 additions and 333 deletions

View File

@@ -74,7 +74,7 @@ This property makes Models a standalone entry that can be used as an artifactory
When models are saved using certain frameworks (for instance, by calling the `torch.save()` method), ClearML automatically
logs the models and all snapshot paths.
![image](../img/fundamentals_artifacts_logging_models.png)
![image](../img/examples_model_update_model.png)
See automatic model logging examples:
* [TF](../guides/frameworks/tensorflow/tensorflow_mnist.md)

View File

@@ -46,7 +46,7 @@ The diagram above demonstrates the typical flow of hyperparameter optimization w
### Supported Optimizers
The `HyperParameterOptimizer` class contains **ClearML**s hyperparameter optimization modules. Its modular design enables
The `HyperParameterOptimizer` class contains ClearMLs hyperparameter optimization modules. Its modular design enables
using different optimizers, including existing software frameworks, enabling simple, accurate, and fast hyperparameter
optimization.