Closed dsagman closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.70%. Comparing base (
0b0e5d0
) to head (3aff951
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks good on my end! Thanks for the contribution.
I ran into an issue where save_layer in model_utils.py is giving me an error that: AttributeError: 'Dense' object has no attribute 'output_shape'
I found that layer.output.shape works, but isn't always a tuple, which runs afoul of the JSON encoder. So I added check for that too.
I modified the code and it seems to work on Macos, Linux, Windows. I've included my debugging print statements so you can see what I was looking at.