bmoore20 / habs

Detect Harmful Algal Blooms (HABs) in images of the Finger Lakes.
0 stars 0 forks source link

Feature/give optimizer params #44

Closed bmoore20 closed 3 years ago

bmoore20 commented 3 years ago

This PR gives the Adam optimizer the model parameters that it needs to optimize.

I did not include them when I originally initiated the optimizer object. Colab threw an error TypeError: __init__() missing 1 required positional argument: 'params' when I tried to run my code. These changes should fix this error.