-
Hello, I have a question. I saw that the LAMP algorithm was implemented in the code of the paper, but the description in the original paper said that LAMP is an unstructured pruning algorithm, but why…
-
- better error output on log prunes when ed is not installed
- look at alternatives to in-place log prunes without ed (in-place as in preserving the original inode)
-
Still haven't looked into the root cause, but I think this is a bug:
```m2
N = prune coker matrix{{2, -1}, {-1, 2}, {-1, -1}}
-- cokernel | 3 |
-- | 0 |
f = inverse N.cache.pruningMap
-…
-
We could clean things using some new F* features:
- simplify includes using FStarLang/FStar#3345
- remove workarounds for FStarLang/FStar#3286 that has been fixed
- in the attacker knowledge file…
TWal updated
2 months ago
-
When I ran the OFA pruning in the pytorch demo, I encountered the following problems:
Traceback (most recent call last):
File "mynet_ofa_pruning.py", line 359, in
args.excludes)
File …
-
## Reporting a bug
- [x] I have tried using the latest released version of Numba (most recent is
visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- [ ] …
-
**Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
We recently switched from installing only `dependencies` to a flow where `devDependencies` are also…
-
### Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
### Is your feature request related to a problem?
_No response_
### Describe the feat…
-
> There's definitely something funny going on here; our GSUB is about 190kb, versus 67.5kb for fontmake.
>
> It might be that `fontc` just isn't doing 'dead lookup' analysis at all? Looking at the FE…
-
当我尝试用pruning_history来存储剪枝后模型时报错!我的代码是按照test_load.py写的,请问是版本问题吗?