Releases: notcome/bretschneideri
Releases · notcome/bretschneideri
Fix two issues.
The following issues have been fixed.
- A memory leak issue. If you summarize a tensor that requires gradient, then GC cannot recycle those computed tensors.
- Previously, you need to pass
resuming
to the command line interface even ifaction
is set toload
.