-
Hello Dr. Zhao,
I am currently applying sparse deconv to neuron imaging, and I am interested in modifying the loss function to include a term for total intensity conservation, or ideally, local int…
-
**Describe the bug**
prune_low_magnitude cannot reduce the size of tflite model. I run the pruning with keras example (https://github.com/tensorflow/model-optimization/blob/master/tensorflow_model_…
-
Prior to filing: check that this should be a bug instead of a feature request. Everything supported, including the compatible versions of TensorFlow, is listed in the overview page of each technique. …
-
If we create a pass pipeline in mlir for ttir/ttgir optimization, the python usage will be simpler. Also, we will be able to use the pipeline in mlir directly. The following is an example of using pas…
-
See https://github.com/0Yassine0/COTS.jl/issues/17#issuecomment-2241187824
-
grab the K nearest neighbors of some input image(s), solve for linear combination (weighted sum) approximation in the k-neighbors basis.
if multiple images provided, get k-neighbors for each. could…
-
Hello,
Do you have some pieces of advice for tuning the parameters of the DECI method when applied to large graphs for Causal Discovery?
I have tried to apply the DECI method to datasets of sim…
-
Great Work!
I have some questions about this work.
1. I'm concerned that the results of pruning only half of the layers are unrepresentative and don't give the reader a clear picture compared to…
-
After having a glance on channel pruning gpu version, i found that gpu version may not strictly implement lasso regression. Neither Coordinate descent method nor LARS optimization algorithm are used. …
-
**Describe the bug**
Follow along with [MNIST siamese](https://keras.io/examples/mnist_siamese/), where one set of weights is used twice in the same network. Try to make one layer prune, get error: `…