H1Gdev

Results 6 issues of H1Gdev

`LeakyRelu` if `ReLU` has `negative_slope` in caffe.

Add `libtool` to macOS install dependencies. macOS 12.4

@vlucas I think difference between npm package and Github source has become larger. Is it possible to update npm package ? Or is it possible to have someone in GitHub...

### Expected Behavior `AWSLambdaPowertoolsTypeScript` Lambda layers can be added correctly in `eu-west-1`. For reference, it exists in `eu-west-2`, `us-east-1` and `ap-northeast-1`. ### Current Behavior ``` Failed to load layer version...

bug
confirmed
layers

# Summary The target function is below.(This is code that occurs the issue.) ```py def main(value): result = None try: try: result = 1 / value finally: if result is...