Skip to content

Commit

Permalink
Merge pull request #29 from neptune-ai/pc/attr-error-func
Browse files Browse the repository at this point in the history
Pc/ Fix AttributeError: 'Loss' object has no attr 'func'
  • Loading branch information
Blaizzy authored Jul 15, 2022
2 parents 4ca89fb + d352580 commit 9acbea1
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 207 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ venv.bak/
.vscode

stream.bin
.pre-commit-config.yaml
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [UNRELEASED] neptune-fastai 0.10.2

## Fixes

- Skip vocab for models that don't use it. ([#28](https://github.com/neptune-ai/neptune-fastai/pull/28))
- Attribute error when loss is not BaseLoss. ([#29](https://github.com/neptune-ai/neptune-fastai/pull/29))

## neptune-fastai 0.10.1

### Features
Expand Down
Loading

0 comments on commit 9acbea1

Please sign in to comment.