Closed ynqa closed 7 years ago
state.go
has been more complicated than before...
LGTM.
One note on potential optimization (not necessary, but good to keep in mind): instead of *model.Type
being passes around, why not just model.Type
. This reduces the chance that your code may be accidentally overwriting the Dtype
or Engine
I got it, thanks.
Overview
Verbose
to ignore unnecessary stdouts.DType
to select gorgonia dtype from float32|float64.Profile
to run with pprof.