Fix links (#558)

This commit is contained in:
pollfly
2022-01-27 12:15:04 +02:00
committed by GitHub
parent f0f0d26208
commit d3e986393a
6 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
## Decoupling Data from Code - The Dataset Paradigm
<a href="https://app.community.clear.ml"><img src="https://github.com/allegroai/clearml/blob/master/docs/dataset_screenshots.gif?raw=true" width="80%"></a>
<a href="https://app.clear.ml"><img src="https://github.com/allegroai/clearml/blob/master/docs/dataset_screenshots.gif?raw=true" width="80%"></a>
### The ultimate goal of `clearml-data` is to transform datasets into configuration parameters
Just like any other argument, the dataset argument should retrieve a full local copy of the

View File

@@ -9,7 +9,7 @@ api {
# file server on port 8081
files_server: "http://localhost:8081"
# Credentials are generated using the webapp, http://localhost:8080/profile
# Credentials are generated using the webapp, http://localhost:8080/settings/workspace-configuration
credentials {"access_key": "EGRTCO8JMSIGI6S39GTP43NFWXDQOW", "secret_key": "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"}
# verify host ssl certificate, set to False only if you have a very good reason