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::
|
.. tabs::
|
||||||
|
|
||||||
.. tab:: PyTorch
|
.. tab:: PyTorch/Tensorflow
|
||||||
|
|
||||||
.. automodule:: bigdl.chronos.autots.model.auto_tcn
|
.. automodule:: bigdl.chronos.autots.model.auto_tcn
|
||||||
:members:
|
:members:
|
||||||
|
|
@ -26,7 +26,7 @@ AutoLSTM is an LSTM forecasting model with Auto tuning.
|
||||||
|
|
||||||
.. tabs::
|
.. tabs::
|
||||||
|
|
||||||
.. tab:: PyTorch
|
.. tab:: PyTorch/Tensorflow
|
||||||
|
|
||||||
.. automodule:: bigdl.chronos.autots.model.auto_lstm
|
.. automodule:: bigdl.chronos.autots.model.auto_lstm
|
||||||
:members:
|
:members:
|
||||||
|
|
@ -43,7 +43,7 @@ AutoSeq2Seq is an Seq2Seq forecasting model with Auto tuning.
|
||||||
|
|
||||||
.. tabs::
|
.. tabs::
|
||||||
|
|
||||||
.. tab:: PyTorch
|
.. tab:: PyTorch/Tensorflow
|
||||||
|
|
||||||
.. automodule:: bigdl.chronos.autots.model.auto_seq2seq
|
.. automodule:: bigdl.chronos.autots.model.auto_seq2seq
|
||||||
:members:
|
:members:
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ AutoTSEstimator will replace AutoTSTrainer in later version.
|
||||||
|
|
||||||
.. tabs::
|
.. tabs::
|
||||||
|
|
||||||
.. tab:: PyTorch
|
.. tab:: PyTorch/Tensorflow
|
||||||
|
|
||||||
.. automodule:: bigdl.chronos.autots.autotsestimator
|
.. automodule:: bigdl.chronos.autots.autotsestimator
|
||||||
:members:
|
:members:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue