Huw Campbell
Huw Campbell
I don't think it should be that complicated, could be such that sub tables of the table arrays are filtered out of the parser state each time a new table...
This change would be valuable for me. I imagine that if manually overidden, one would have to specify all bit patterns used in order to get all appropriate rules applied....
Yes indeed, this would unblock me from upgrading to Spark 3.2 once there's a release.
Sorry, I'll get round to this soon.
Go for it @erikd
Interesting question. I'll speculate as I have not done this to date. Comparing grenade to Darknet is a fair thing to do I think. Specifying the network would be pretty...
Thanks for the issue, sorry I didn't notice it earlier. The dropout layers themselves aren't actually fully implemented, so I wasn't super worried that they weren't persisted. I'll add a...
Grenade should install with just plain old cabal and GHC as well. I tried to make it easy install with any chosen tool chain (although I should probably update the...
In a word: fusion; or rather, lack of. I had a version using hmatrix, but profiling showed it was taking up a large proportion of the runtime. I believe it...
I would be interested (especially if there's benchmarks). In grenade, for most networks, most of the run time is matrix-matrix multiplications, which is pretty much what you want. I know...