Decompose-CNN icon indicating copy to clipboard operation
Decompose-CNN copied to clipboard

CP and Tucker decomposition for Convolutional Neural Networks

Results 5 Decompose-CNN issues
Sort by recently updated
recently updated
newest added

"It turn out that Tucker decomposition yields lower accuracy loss than CP decomposition in my experiments, so the results below are all from Tucker decomposition." what means "Tucker decomposition yields...

raise ValueError("Optimisation bounds must be scalars" ValueError: Optimisation bounds must be scalars or array scalars.

Hi. I test the CP decomposition and I met a mistake returned by parafac: `last, first, vertical, horizontal = parafac(W, rank=rank, init='random') ValueError: not enough values to unpack (expected 4,...

When I use thcker method, it always appear this problem, i want to know solve it or others have ever meet that