mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Update documentation
This commit is contained in:
parent
e4024e01d5
commit
ba79471848
@ -57,7 +57,6 @@ TRAINS is a two part solution:
|
|||||||
- Install TRAINS
|
- Install TRAINS
|
||||||
|
|
||||||
pip install trains
|
pip install trains
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Add optional cloud storage support (S3/GoogleStorage/Azure):</summary>
|
<summary>Add optional cloud storage support (S3/GoogleStorage/Azure):</summary>
|
||||||
|
|
||||||
@ -69,7 +68,6 @@ TRAINS is a two part solution:
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
- Add the following lines to your code
|
- Add the following lines to your code
|
||||||
|
|
||||||
from trains import Task
|
from trains import Task
|
||||||
|
@ -12,7 +12,7 @@ from trains.utilities.pyhocon import ConfigFactory, ConfigMissingException
|
|||||||
|
|
||||||
|
|
||||||
description = """
|
description = """
|
||||||
Please create new trains credentials through the profile page in your trains web app (e.g. https://demoapp.trains.allegro.ai/profile)
|
Please create new trains credentials through the profile page in your trains web app (e.g. http://localhost:8080/profile)
|
||||||
In the profile page, press "Create new credentials", then press "Copy to clipboard".
|
In the profile page, press "Create new credentials", then press "Copy to clipboard".
|
||||||
|
|
||||||
Paste copied configuration here:
|
Paste copied configuration here:
|
||||||
|
Loading…
Reference in New Issue
Block a user