-
Dear developers:
I am trying to training a GAP model, I follow the turorial about the water poterntial: https://libatoms.github.io/GAP/gap_fitting_tutorial.html.
However, when I move to my data, th…
-
this should sped up computations, especially matrix inversions?
dswah updated
8 years ago
-
Sparse bases are good for stability! This requires some experimentation first.
-
Instead of writing zeroes for zeroed blocks the code should make use of discard ioctls in this order of preference:
- `BLKDISCARDZERO`
- `BLKSECDISCARD`
- `BLKZERO`
Additionally we should use…
-
### The model to consider.
https://huggingface.co/SparseLLM/prosparse-llama-2-7b
### The closest model vllm already supports.
Llama
### What's your difficulty of supporting the model you want?
So…
-
I would like to turn an existing convolutional neural network (ResNet) into a sparse model. This model contains `torch.nn.Conv2d` but not `torch.nn.Linear`. Does `sten` support this operation?
I ch…
-
Hello manu,
I tried to use a snapshot of a sparsified model from caffe-jacinto and to load it in caffe. However, I get an error stating that there is not enough weights and after checking the size …
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection/issues) and [Discussions](https://github.com/open-mmlab/mmdetection/discussions) but cannot get the expecte…
-
Hi, I am a student working on permanent computation. I would like to ask if this program can be used to compute the permanent of a matrix of order 60? If it can be computed, is the computation done in…
-
Thanks for your solid work.
Why does the shuffle_order operation work twice? Could you explain the difference? Thanks.
In [https://github.com/Pointcept/Pointcept/blob/main/pointcept/models/point_…