gitfourteen

Results 7 issues of gitfourteen

for embedding and positional_encoding, ``` if scale: outputs = outputs * (num_units ** 0.5) ``` What does the scale _num_units ** 0.5_ mean?

Without Exit option, how would you exit/quit Outline with Mac? I don't think it is a good idea to Stop it by Activity Monitor. What v 1.5.0 provide is without...

feature request

**Describe the bug** Keep Outline server connected then close the macbook lid to sleep, this will incur fatal network connection problem: (1) fail to RECONNECT server; (2) WORSE! can not...

bug

`torchtext.__version__` '0.3.1' ``` test_preds = [] for x, y in tqdm.tqdm(test_dl): preds = model(x) # if you're data is on the GPU, you need to move the data back to...

```class Embeddings(nn.Module): def __init__(self, d_model, vocab): super(Embeddings, self).__init__() self.lut = nn.Embedding(vocab, d_model) self.d_model = d_model def forward(self, x): return self.lut(x) * math.sqrt(self.d_model) ``` Do you know why return the look...

### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? For clarity, explain step by step: 1....

type::bug
source::community
os::wsl

Really feel bothering to call a critical parameter something like `ef` without knowing its literal meaning or its acronym.