Chronos: fix some api document tag (#5017)
This commit is contained in:
parent
16005ada17
commit
d904070154
2 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ AutoTSEstimator will replace AutoTSTrainer in later version.
|
|||
|
||||
.. tabs::
|
||||
|
||||
.. tab:: PyTorch
|
||||
.. tab:: PyTorch/Tensorflow
|
||||
|
||||
.. automodule:: bigdl.chronos.autots.autotsestimator
|
||||
:members:
|
||||
|
|
|
|||
Loading…
Reference in a new issue