Stephen Fox

Results 9 comments of Stephen Fox

What if, instead, the names were the same as the current Collections: `kotlinx.collections.immutable.List` is exactly what you think it should be, whereas `List` is what would be returned with `listOf()`...

Still an issue on the latest 0.7.3 download

The automated functional implementation isn't published yet. If you got here from [PyPi](https://pypi.org/project/morph-py/), the version should indicate clear instability. If you looked at the [Projects page](https://github.com/stephenjfox/Morph.py/projects) it should be clear...

@danFromTelAviv I'm in the middle of updating the main branch to show active status. There will soon be a presentation I've put together that explains: * The current project state...

@danFromTelAviv To more directly answer your question, Google's paper (and old implementation) targeted only FLOPS. This work stresses the alternate route of regularizing model size, in a rapid-compression fashion. Many...

@danFromTelAviv That sounds like roughly what I'm doing already. Keep an eye out for the pull request ~Monday and see what you think. One of the reasons I wanted this...

That looks really good. I'm curious about a few things, but before that: to how do you think we'll unit test this? 2019년 4월 29일 (월) 오후 12:18, Dan Erez...

@danFromTelAviv That's ironically exactly what I had in local testing. I must point out that a lot of what you structured out in `PruningWrapper` is done with [`sparsify` and the...

Definition of "correct count of neurons": * The smallest, rounded-__down__ value that can be computed * Example: given a Linear(5, 4) 1. We have a 4x5 matrix (PyTorch represents the...