Skip to content

Commit 555862a

Browse files
committed
notebook
1 parent 9a50322 commit 555862a

File tree

5 files changed

+774
-19
lines changed

5 files changed

+774
-19
lines changed

labml_nn/hypernetworks/experiment.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def main():
9292
# Set models for saving and loading
9393
experiment.add_pytorch_models(get_modules(conf))
9494

95-
conf.init()
9695
# Start the experiment
9796
with experiment.start():
9897
# `TrainValidConfigs.run`

labml_nn/transformers/switch/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
3333
Here's [the training code](experiment.html) and a notebook for training a switch transformer on Tiny Shakespeare dataset.
3434
35-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/feedback/experiment.ipynb)
36-
[![View Run](https://img.shields.io/badge/labml-experiment-brightgreen)](https://web.lab-ml.com/run?uuid=d8eb9416530a11eb8fb50242ac1c0002)
35+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/lab-ml/nn/blob/master/labml_nn/transformers/switch/experiment.ipynb)
36+
[![View Run](https://img.shields.io/badge/labml-experiment-brightgreen)](https://web.lab-ml.com/run?uuid=c4656c605b9311eba13d0242ac1c0002)
3737
"""
3838

3939
import torch

0 commit comments

Comments
 (0)