Add PyTorch Lightning example (#47)

This commit is contained in:
pollfly
2021-08-23 11:02:53 +03:00
committed by GitHub
parent fb0c30a86e
commit 0048cea0d8
7 changed files with 42 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ module.exports = {
'guides/frameworks/pytorch/tensorboard_toy_pytorch']
},
{'Pytorch Ignite': ['guides/frameworks/pytorch ignite/integration_pytorch_ignite']},
{'Pytorch Lightning': ['guides/frameworks/pytorch_lightning/pytorch_lightning_example']},
{
'Pytorch Notebooks': [
{'Audio': ['guides/frameworks/pytorch/notebooks/audio/audio_classification_UrbanSound8K', 'guides/frameworks/pytorch/notebooks/audio/audio_preprocessing_example']},