Rewrite AutoKeras integration page (#642)

This commit is contained in:
pollfly
2023-08-10 11:55:09 +03:00
committed by GitHub
parent 1d5647ebb1
commit 3c8a31b61f
4 changed files with 120 additions and 45 deletions

View File

@@ -59,7 +59,7 @@ module.exports = {
{'ClearML Serving':['clearml_serving/clearml_serving', 'clearml_serving/clearml_serving_setup', 'clearml_serving/clearml_serving_cli', 'clearml_serving/clearml_serving_tutorial']},
{'CLI Tools': ['apps/clearml_session', 'apps/clearml_task', 'apps/clearml_param_search']},
{'Integrations': [
'guides/frameworks/autokeras/integration_autokeras',
'integrations/autokeras',
'integrations/catboost', 'integrations/click', 'guides/frameworks/fastai/fastai_with_tensorboard',
'integrations/hydra',
'integrations/keras', 'guides/frameworks/tensorflow/integration_keras_tuner',
@@ -147,7 +147,7 @@ module.exports = {
{'Distributed': ['guides/distributed/distributed_pytorch_example', 'guides/distributed/subprocess_example']},
{'Docker': ['guides/docker/extra_docker_shell_script']},
{'Frameworks': [
{'Autokeras': ['guides/frameworks/autokeras/integration_autokeras', 'guides/frameworks/autokeras/autokeras_imdb_example']},
'guides/frameworks/autokeras/autokeras_imdb_example',
'guides/frameworks/catboost/catboost',
'guides/frameworks/fastai/fastai_with_tensorboard',
{'Keras': ['guides/frameworks/keras/jupyter', 'guides/frameworks/keras/keras_tensorboard']},