Merge script and ipynb example docs (#101)

This commit is contained in:
pollfly
2021-11-04 11:21:05 +02:00
committed by GitHub
parent 1960a5b632
commit 5e7e6fe7c4
7 changed files with 39 additions and 102 deletions

View File

@@ -67,10 +67,10 @@ module.exports = {
{'Autokeras': ['guides/frameworks/autokeras/integration_autokeras', 'guides/frameworks/autokeras/autokeras_imdb_example']},
{'FastAI': ['guides/frameworks/fastai/fastai_with_tensorboard']},
{
'Keras': ['guides/frameworks/keras/allegro_clearml_keras_tb_example', 'guides/frameworks/keras/jupyter', 'guides/frameworks/keras/keras_tensorboard']
'Keras': ['guides/frameworks/keras/jupyter', 'guides/frameworks/keras/keras_tensorboard']
},
{'LightGBM': ['guides/frameworks/lightgbm/lightgbm_example']},
{'Matplotlib': ['guides/frameworks/matplotlib/allegro_clearml_matplotlib_example', 'guides/frameworks/matplotlib/matplotlib_example']},
{'Matplotlib': ['guides/frameworks/matplotlib/matplotlib_example']},
{'Pytorch':
['guides/frameworks/pytorch/pytorch_distributed_example', 'guides/frameworks/pytorch/pytorch_matplotlib',
'guides/frameworks/pytorch/pytorch_mnist', 'guides/frameworks/pytorch/pytorch_tensorboard', 'guides/frameworks/pytorch/pytorch_tensorboardx',