Skip to content

0.2.4 - Correctly display when user tries to convert unsupported layer

Compare
Choose a tag to compare
@sshane sshane released this 25 Feb 21:49
· 3 commits to master since this release

Fixes an issue when a model contains an unknown or unsupported layer, would show AttributeError as the function that looks up the layer returns False, when we expected an Unsupported() class to be returned.

Reported by Vasileios Kokorakis!