NeuraLegion / shainet

SHAInet - a pure Crystal machine learning library
MIT License
181 stars 19 forks source link

fix loop and add inspect(:dimensions) #93

Closed drujensen closed 4 years ago

drujensen commented 4 years ago

This fixes an issue with the loop changing in Crystal. It also adds an option to print out the dimensions of the layers for CNN network. I found it useful to figure out what the model looks like.

bararchy commented 4 years ago

@drujensen thanks! this makes sense, merging