Skip to content

Commit

Permalink
Merge pull request #908 from jdb78/feature/gpu-fixes
Browse files Browse the repository at this point in the history
Fixes for GPU and MultiLoss
  • Loading branch information
jdb78 authored Mar 24, 2022
2 parents af9e1d3 + 022147c commit 4854c32
Show file tree
Hide file tree
Showing 7 changed files with 752 additions and 807 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Release Notes
## v0.10.1 Bugfixes (24/03/2022)

### Fixed

- Fix with creating tensors on correct devices (#908)
- Fix with MultiLoss when calculating gradient (#908)

## v0.10.0 Adding N-HiTS network (N-BEATS successor) (23/03/2022)

Expand Down
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ statsmodels
ipython
nbconvert>=6.3.0
recommonmark>=0.7.1
# Jinja2 3.1.0 breaks docs. Keep until nbconvert or Jinja2 fixes it.
jinja2<3.1.0
Loading

0 comments on commit 4854c32

Please sign in to comment.