facebookresearch / Kats

Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name '_mul_broadcast_shape' from 'gpytorch.utils.broadcasting' (/usr/local/lib/python3.8/dist-packages/gpytorch/utils/broadcasting.py)

abcd-arl opened this issue · comments

This happens when running from kats.models.metalearner.get_metadata import GetMetaData from Google Colab.

Downgrading gpytorch to 1.8.0 solved the issue for me.

Thanks!