mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-20 06:19:37 +00:00
Fix links
This commit is contained in:
parent
0c318096dc
commit
c09b7b9cd2
@ -23,7 +23,7 @@ VS Code remote sessions use ports 8878 and 8898 respectively.
|
||||
|
||||
|
||||
## Prerequisites
|
||||
* `clearml` installed and configured. See [ClearML Setup](../clearml_sdk/clearml_sdk_setup) for details.
|
||||
* `clearml` installed and configured. See [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md) for details.
|
||||
* At least one `clearml-agent` running on a remote host. See [installation](../clearml_agent/clearml_agent_setup.md#installation) for details.
|
||||
* An SSH client installed on your machine. To verify, open your terminal and execute `ssh`. If you did not receive an
|
||||
error, you are good to go.
|
||||
|
@ -37,7 +37,7 @@ lineage and content information. See [dataset UI](../webapp/datasets/webapp_data
|
||||
|
||||
## Setup
|
||||
|
||||
`clearml-data` comes built-in with the `clearml` Python package! Check out the [ClearML Setup](../clearml_sdk/clearml_sdk_setup)
|
||||
`clearml-data` comes built-in with the `clearml` Python package! Check out the [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md)
|
||||
guide for more info!
|
||||
|
||||
## Using ClearML Data
|
||||
|
@ -49,7 +49,7 @@ authentication, subdomains, and load balancers, and use any of its many configur
|
||||
1. Optionally, [configure ClearML Server](clearml_server_config.md) for additional features, including subdomains and load balancers,
|
||||
web login authentication, and the non-responsive task watchdog.
|
||||
|
||||
1. [Connect the ClearML SDK to the ClearML Server](../clearml_sdk/clearml_sdk_setup)
|
||||
1. [Connect the ClearML SDK to the ClearML Server](../clearml_sdk/clearml_sdk_setup.md)
|
||||
|
||||
## Updating
|
||||
|
||||
|
@ -150,4 +150,4 @@ The following section contains a list of AMI Image IDs per-region for the latest
|
||||
## Next Step
|
||||
|
||||
To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server.
|
||||
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup).
|
||||
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md).
|
||||
|
@ -7,7 +7,7 @@ provides custom images for each released version of ClearML Server. For a list o
|
||||
[ClearML Server GCP Custom Image](#clearml-server-gcp-custom-image).
|
||||
|
||||
To keep track of your experiments and/or data, the `clearml` package needs to communicate with the server you have deployed.
|
||||
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup).
|
||||
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md).
|
||||
|
||||
:::info
|
||||
In order for `clearml` to work with a ClearML Server on GCP, set `CLEARML_API_DEFAULT_REQ_METHOD=PUT` or
|
||||
@ -155,4 +155,4 @@ The following section contains a list of Custom Image URLs (exported in differen
|
||||
## Next Step
|
||||
|
||||
To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server.
|
||||
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup).
|
||||
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md).
|
||||
|
@ -32,4 +32,4 @@ instructions in the [Security](clearml_server_security.md) page.
|
||||
## Next Step
|
||||
|
||||
To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server.
|
||||
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup).
|
||||
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md).
|
@ -89,4 +89,4 @@ After deploying ClearML Server, the services expose the following node ports:
|
||||
## Next Step
|
||||
|
||||
To keep track of your experiments and/or data, the `clearml` package needs to communicate with your server.
|
||||
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup).
|
||||
For instruction to connect the ClearML SDK to the server, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md).
|
@ -7,7 +7,7 @@ on a remote or local machine, from a remote repository and your local machine.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
- [`clearml`](../../clearml_sdk/clearml_sdk_setup) Python package installed and configured
|
||||
- [`clearml`](../../clearml_sdk/clearml_sdk_setup.md) Python package installed and configured
|
||||
- [`clearml-agent`](../../clearml_agent/clearml_agent_setup.md#installation) running on at least one machine (to execute the task), configured to listen to `default` queue
|
||||
|
||||
### Executing Code from a Remote Repository
|
||||
|
@ -3,7 +3,7 @@ title: Keras Tuner
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../../../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: AutoKeras
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [Getting Started](../clearml_sdk/clearml_sdk_setup) for setup
|
||||
If you are not already using ClearML, see [Getting Started](../clearml_sdk/clearml_sdk_setup.md) for setup
|
||||
instructions.
|
||||
:::
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: CatBoost
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup) for setup
|
||||
If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md) for setup
|
||||
instructions.
|
||||
:::
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Click
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup) for setup
|
||||
If you are not already using ClearML, see [ClearML Setup](../clearml_sdk/clearml_sdk_setup.md) for setup
|
||||
instructions.
|
||||
:::
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Fast.ai
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
ClearML integrates seamlessly with [fast.ai](https://www.fast.ai/), automatically logging its models and scalars.
|
||||
|
@ -3,7 +3,7 @@ title: Hydra
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: PyTorch Ignite
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
[PyTorch Ignite](https://pytorch.org/ignite/index.html) is a library for training and evaluating neural networks in
|
||||
|
@ -3,7 +3,7 @@ title: jsonargparse
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Keras
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Keras Tuner
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: LangChain
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: LightGBM
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Matplotlib
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: MegEngine
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@ title: MMCV v1.x
|
||||
:::
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: MMEngine
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: MONAI
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: PyTorch
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: PyTorch Lightning
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: scikit-learn
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Seaborn
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: TensorBoard
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: TensorboardX
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
[TensorboardX](https://tensorboardx.readthedocs.io/en/latest/tutorial.html#what-is-tensorboard-x) is a data
|
||||
|
@ -3,7 +3,7 @@ title: TensorFlow
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: XGBoost
|
||||
---
|
||||
|
||||
:::tip
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup).
|
||||
If you are not already using ClearML, see [ClearML Setup instructions](../clearml_sdk/clearml_sdk_setup.md).
|
||||
:::
|
||||
|
||||
ClearML integrates seamlessly with [XGBoost](https://xgboost.readthedocs.io/en/stable/), automatically logging its models,
|
||||
|
Loading…
Reference in New Issue
Block a user