Skip to content

Fix for models that don't have biases, target layer index error now a warning

Pre-release
Pre-release
Compare
Choose a tag to compare
@AvantiShri AvantiShri released this 14 Jan 20:50
· 44 commits to master since this release
667f00b

Corresponds to features implemented in PR #93. Two features: (1) has a fix for loading models that don't have biases, and (2) a message about the target layer that would previously be thrown as a runtime error now just results in a warning message being printed, as there are legitimate situations where that edge case can occur. See #92 for the issue that prompted the changes.