Skip to content

Commit 67f209b

Browse files
committed
helpers docs
1 parent d0044a8 commit 67f209b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/gan/stylegan/experiment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h2>Configurations</h2>
247247
<a href='#section-13'>#</a>
248248
</div>
249249
<p>Device to train the model on.
250-
<a href="https://github.com/lab-ml/helpers/blob/master/labml_helpers/device.py"><code>DeviceConfigs</code></a>
250+
<a href="https://docs.labml.ai/api/helpers.html#labml_helpers.device.DeviceConfigs"><code>DeviceConfigs</code></a>
251251
picks up an available CUDA device or defaults to CPU.</p>
252252
</div>
253253
<div class='code'>

labml_nn/gan/stylegan/experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class Configs(BaseConfigs):
8888
"""
8989

9090
# Device to train the model on.
91-
# [`DeviceConfigs`](https://github.com/lab-ml/helpers/blob/master/labml_helpers/device.py)
91+
# [`DeviceConfigs`](https://docs.labml.ai/api/helpers.html#labml_helpers.device.DeviceConfigs)
9292
# picks up an available CUDA device or defaults to CPU.
9393
device: torch.device = DeviceConfigs()
9494

0 commit comments

Comments
 (0)