mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#781)
This commit is contained in:
@@ -30,7 +30,7 @@ And that's it! This creates a [ClearML Task](../fundamentals/task.md) which capt
|
||||
|
||||
You can view all the task details in the [WebApp](../webapp/webapp_exp_track_visual.md).
|
||||
|
||||
See an example of LightGBM and ClearML in action [here](../guides/frameworks/lightgbm/lightgbm_example.md).
|
||||
See LightGBM and ClearML in action in a [code example](../guides/frameworks/lightgbm/lightgbm_example.md).
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ And that's it! This creates a [ClearML Task](../fundamentals/task.md) which capt
|
||||
|
||||
You can view all the task details in the [WebApp](../webapp/webapp_overview.md).
|
||||
|
||||
See an example of MegEngine and ClearML in action [here](../guides/frameworks/megengine/megengine_mnist.md).
|
||||
See MegEngine and ClearML in action in a [code example](../guides/frameworks/megengine/megengine_mnist.md).
|
||||
|
||||
## Automatic Logging Control
|
||||
By default, when ClearML is integrated into your MegEngine script, it captures all its logged models. But, you may want to
|
||||
|
||||
@@ -34,7 +34,7 @@ The ClearML configuration file uses [HOCON](https://github.com/lightbend/config/
|
||||
|
||||
Modify these parts of the clearml.conf file and add the key, secret, and region of the S3 bucket.
|
||||
|
||||
It's possible to also give access to specific S3 buckets in the `aws.s3.credentials` section. The default configuration
|
||||
You can also give access to specific S3 buckets in the `aws.s3.credentials` section. The default configuration
|
||||
provided in the `aws.s3` section is applied to any bucket without a bucket-specific configuration.
|
||||
|
||||
You can also enable using a credentials chain to let Boto3
|
||||
|
||||
Reference in New Issue
Block a user