isaacmg

Results 115 issues of isaacmg

[Flow forecast is a deep learning for time series forecast, classification and anomaly detection framework written in PyTorch](https://github.com/AIStream-Peelout/flow-forecast). @Alro10

We want to use the official logger package instead of the extraneous print statements. Logging should also convey relevant levels of severity. - [ ] Add - [ ] replace...

clean_code

Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use...

bug

The goal of this PR is to accomplish three things - [ ] Support returning a `series_id` from the data-loader and the associated post-processing of data into models. - [...