mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 02:32:49 +00:00
Small edits (#543)
This commit is contained in:
parent
d5290e57d7
commit
0987e49748
@ -129,10 +129,10 @@ does the following:
|
||||
'dataset_url': '',
|
||||
'random_state': 42,
|
||||
'test_size': 0.2,
|
||||
}
|
||||
}
|
||||
|
||||
# store arguments, later we will be able to change them from outside the code
|
||||
task.connect(args)
|
||||
# store arguments, later we will be able to change them from outside the code
|
||||
task.connect(args)
|
||||
```
|
||||
|
||||
1. Download the data created in the previous step (specified through the `dataset_url` parameter) using
|
||||
|
@ -4,7 +4,7 @@ title: Version 1.10
|
||||
|
||||
### ClearML Server 1.10.1
|
||||
|
||||
Bug Fix
|
||||
**Bug Fix**
|
||||
* Fix WebApp does not connect to the server when using non-default ports [ClearML Server GitHub issue #191](https://github.com/allegroai/clearml-server/issues/191)
|
||||
|
||||
### ClearML SDK 1.10.3
|
||||
|
Loading…
Reference in New Issue
Block a user