-
After a bit of profiling, this is what I found out for Dask-GLM with Dask array:
```
14339 0.139 0.000 0.814 0.000 /home/pentschev/.local/lib/python3.5/site-packages/dask/local.py:…
-
Hi, Thank you for approaching me efficient pruning method.
I implemented 1 of 2 pruning steps(Training & Masked retraining). While I train with train.py, 4 batch size, and 25 epoch, It implements 0…
-
Has anyone ever evaluated the accuracy of load_xdf's drift correction algorithm? It is a non-standard algorithm (i.e. not part of Matlab) for fitting a first order curve to correct for clock drift bet…
-
Thank you for sharing this code!
I'm Yue Wu, a 1st year Ph.D. student at Chinese Academy of Sciences, and I'm preparing to start a project on SMS EPI acquisition. I really appreciate your job in mult…
-
Hi, thank you for this nice repo :)
Is there any way to use it to do positive group lasso, that is minimizing over vector with non-negative coefficients ?
In scikit-learn, there is a ```positive=T…
-
**Describe the issue**:
Running `AutoCompress` pruner with level pruner sub-algorithm causes this error on the VGG16 model with imagenet dataset. This does not happen when using a different sub-alg…
-
The current design of ADMM package funtions adopts the fluent style of programming, that is, the operations are done in a pipeline.
This can be friendly to interactive usage of model fitting functi…
-
I reckon that I have started multiple PRs, moving forward here is a proposition for the integration of this work.
I would recommend we use a squash+rebase strategie, to minimize the effect on the…
-
Hi,
not really an 'Issue', but more of a praise and some curiosity-driven questions ...
I just started very recently to play around a bit with one of the dependencies you used for this project, `t…
-
The Criteo dataset is a 1TB dump of features around advertisements and whether or not someone clicked on the ad. It has a both dense and categorical/sparse data. I believe that the data is freely av…