vijaye12
Results
3
comments of
vijaye12
for inference, you can directly use model.forward() to get the predictions dict, if your input is tensor otherwise - if input is test dataset, then you can do model.predict(). All...
We have deprecated ForecastDataset API and using TSP for dataset generation. you can check the example here https://colab.research.google.com/github/IBM/tsfm/blob/tutorial/notebooks/tutorial/ttm_tutorial.ipynb Also, you can also try using TTM (which is an advanced version...