Muhammad iftikhar

Results 2 comments of Muhammad iftikhar

I also faced these issues but the issues I faced In auto keras for time series forecasting. when I debug it there were the issues with the input shape

for libname in ["quanto", "quanto_py", "quanto_ext"]: torch.library.define(f"{libname}::{name}", schema) # Provide the inplementation for all dispatch keys in the main library @torch.library.impl(f"quanto::{name}", "default") def impl(*args, **kwargs): if _ext_enabled: try: return getattr(torch.ops.quanto_ext,...