-
Hi
Running this script cause the error in line 26 mnn.py
"python main.py cifar10 --datapath DATAPATH -a resnet --layers 56 -C -g 0 --save prune.pth -P --prune-type unstructured --prune-freq 16 --pru…
-
## Motivation #
There is significant interest in vLLM supporting encoder/decoder models. Issues #187 and #180 , for example, request encoder/decoder model support. As a result encoder/decoder supp…
-
Komodo Dragon supports personalities. The configuration permits to set between Default (NNUE) + 7 modes, as below (from the Komodo Dragon documentation:
"...
1. Default: This is the default and …
-
I have this project in the same vein, https://github.com/pawamoy/yore. It's for when the deprecation period actually stops and you want to remove the dead code.
Before that codecrumbs helps migrati…
-
python main.py config.yaml
INFO - Log file for this run: /home/itl/Documents/xrh/lsq-net/out/MyProject_20220505-162725/MyProject_20220505-162725.log
INFO - TensorBoard data directory: /home/itl/Docu…
-
## 🐛 Bug
`__torch_function__` may take a call that uses positional arguments and then pass it along as one that turns into kwargs. For example, `F.linear(input, weight, bias)` ends up turning bias …
-
-
I noticed that in the following [snippet](https://github.com/karpathy/build-nanogpt/blob/41af0d18a9f4833480238975fd6e63774c25f94b/train_gpt2.py#L99C1-L108C69), that the `std` of `nn.Embedding` is set …
-
`guantongkun in 🌐 DVLab-1 in NATTEN on main via 🐍 v3.8.19 via 🅒 BA-SAM took 2s
❯ make
Cleaning up
rm -rf dist/
rm -rf natten.egg-info/
rm -rf src/natten/_C.*
rm -rf src/natten/libnatten.*
rm …
-
class SequenceModel(nn.Module):
def __init__(self, num_letters, hidden_dim, num_layers=3,
vocab=20, top_k=30, num_positional_embeddings=16):
""" Graph labeling network """
…