UNCG-DAISY / Instagrain

A camera for measuring sediment grain sizes with edge ML
MIT License
20 stars 2 forks source link

ML model experiments #52

Closed ebgoldstein closed 3 years ago

ebgoldstein commented 3 years ago
ebgoldstein commented 3 years ago

ok, I've looked at a bunch of these...

ebgoldstein commented 3 years ago

Something interesting i noticed. The model is output is is a list of grain sizes that correspond to specific values of the cumulative distribution, from D2 to D98.. so from the grain size representing 2% and 98%... What is interesting is that these values should be sequentially larger, but the model output is not always that case...

here is an example.. the observed values and the model predicted values are printed above the photo... it would be cool to figure out how to enforce this somehow

ObsPred :

ebgoldstein commented 3 years ago

best Adam learning rate was 1e-2, but w/ that LR the model has higher loss compared to just Adam w/ default and a LR scheduler as a callback...

ebgoldstein commented 3 years ago

I am using a modified sedinet architecture now.. stacks of Separable convs + BN + Pool.. and increasing #s of filters.. works well

ebgoldstein commented 3 years ago

I'm going to close this... we have been experimenting and have a reasonable first model