Chronos: fix some api document tag (#5017)

This commit is contained in:
Junwei Deng 2022-07-05 10:41:11 +08:00 committed by GitHub
parent 16005ada17
commit d904070154
2 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ AutoTCN is a TCN forecasting model with Auto tuning.
.. tabs::
.. tab:: PyTorch
.. tab:: PyTorch/Tensorflow
.. automodule:: bigdl.chronos.autots.model.auto_tcn
:members:
@ -26,7 +26,7 @@ AutoLSTM is an LSTM forecasting model with Auto tuning.
.. tabs::
.. tab:: PyTorch
.. tab:: PyTorch/Tensorflow
.. automodule:: bigdl.chronos.autots.model.auto_lstm
:members:
@ -43,7 +43,7 @@ AutoSeq2Seq is an Seq2Seq forecasting model with Auto tuning.
.. tabs::
.. tab:: PyTorch
.. tab:: PyTorch/Tensorflow
.. automodule:: bigdl.chronos.autots.model.auto_seq2seq
:members:

View file

@ -9,7 +9,7 @@ AutoTSEstimator will replace AutoTSTrainer in later version.
.. tabs::
.. tab:: PyTorch
.. tab:: PyTorch/Tensorflow
.. automodule:: bigdl.chronos.autots.autotsestimator
:members: