Skip to content

Commit 4854c32

Browse files
authored
Merge pull request #908 from jdb78/feature/gpu-fixes
Fixes for GPU and MultiLoss
2 parents af9e1d3 + 022147c commit 4854c32

File tree

7 files changed

+752
-807
lines changed

7 files changed

+752
-807
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Release Notes
2+
## v0.10.1 Bugfixes (24/03/2022)
3+
4+
### Fixed
5+
6+
- Fix with creating tensors on correct devices (#908)
7+
- Fix with MultiLoss when calculating gradient (#908)
28

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

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ statsmodels
1515
ipython
1616
nbconvert>=6.3.0
1717
recommonmark>=0.7.1
18+
# Jinja2 3.1.0 breaks docs. Keep until nbconvert or Jinja2 fixes it.
19+
jinja2<3.1.0

0 commit comments

Comments
 (0)