API client package for R
DataMarket/createsend-python 1
A python library for v3 of the createsend API
An experimental library for reading and converting SVG
gthb/advanced-analytics-toolbox 0
Qlik Sense extension which allows you to create charts to perform advanced analytics by simple drag and drop without complex scripting.
c python module for quickly parsing apache log files
This is the documentation for AWS Deep Learning AMIs: your one-stop shop for deep learning in the cloud
TensorFlow code and pre-trained models for BERT
Open-source software for volunteer computing and grid computing.
PR opened jlevy/the-art-of-command-line
I fixed some typos in the Czech translation, such as "inteaktivní" to "interaktivní" and added some commas to places where they should be.
pr created time in a month
PR opened jlevy/the-art-of-command-line
pr created time in a month
issue commentjlevy/the-art-of-command-line
Window and ios are same progressing methode .
comment created time in a month
PR opened jlevy/the-art-of-command-line
Fix word typo sati to satu
, satu
mean one
pr created time in a month
PR opened jlevy/the-art-of-command-line
pr created time in a month
pull request commentjlevy/the-art-of-command-line
Can we merge this? With changes in all files?
comment created time in a month
issue openedsberbank-ai/ner-bert
emmm maybe I didn't understand your code. But why the bilstm model building in the code is only use the nn.lstm without backforwarad? maybe I lost something to see?
class BiLSTM(nn.Module):
def __init__(self, embedding_size=768, hidden_dim=512, rnn_layers=1, dropout=0.5):
super(BiLSTM, self).__init__()
self.embedding_size = embedding_size
self.hidden_dim = hidden_dim
self.rnn_layers = rnn_layers
self.dropout = nn.Dropout(dropout)
self.lstm = nn.LSTM(
embedding_size,
hidden_dim // 2,
rnn_layers, batch_first=True, bidirectional=True)
def forward(self, input_, input_mask):
length = input_mask.sum(-1)
sorted_lengths, sorted_idx = torch.sort(length, descending=True)
input_ = input_[sorted_idx]
packed_input = rnn_utils.pack_padded_sequence(input_, sorted_lengths.data.tolist(), batch_first=True)
output, (hidden, _) = self.lstm(packed_input)
padded_outputs = rnn_utils.pad_packed_sequence(output, batch_first=True)[0]
_, reversed_idx = torch.sort(sorted_idx)
return padded_outputs[reversed_idx], hidden[:, reversed_idx]
created time in 2 months
PR closed jlevy/the-art-of-command-line
Main changes: The description of env
was the one of eval
. It has been modified so that both appear correctly.
About translations: I can submit PRs for French, Spanish, Italian and German if this one is approved.
pr closed time in 3 months
push eventmideind/Greynir
commit sha 6f44bf95a9920a5d631ffe819c74b54f05803461
Added support for userinfo queries related to device type ("Á hvaða síma er ég að keyra?") + minor additions in special qmodule
push time in 3 months
push eventmideind/Greynir
commit sha 9da6c20961a235dae3b1783408e1710fd9a2e3df
Added support for userinfo queries related to device type ("Á hvaða síma er ég að keyra?") + minor additions in special qmodule
push time in 3 months
push eventmideind/Greynir
commit sha 21630c415a98f7fb5aff18f8a24093b962600fb7
Added support for userinfo queries related to device type ("Á hvaða síma er ég að keyra?") + minor additions in special qmodule
push time in 3 months
push eventmideind/Greynir
commit sha 3e0207fb7f18dd9fdfcaebd3246fb083ea058b37
Bumped version of reynir back to 2.7.0 in requirements.txt
push time in 3 months
push eventmideind/Greynir
commit sha e60ce2a12877a3c36a0dee16f3117794f6c0eac7
More type annotation fixes
push time in 3 months
push eventmideind/Greynir
commit sha 06018c02136f41c1ca866403e41139cb9d4caf46
Updated settings.py to use reynir.basics; fixed type annotations
push time in 3 months
push eventmideind/Greynir
commit sha 45ba2f0035b621050d5c9475139935159916789f
Added wmt.py tool to dump article text from a given day as JSON along w. ass. metadaata
commit sha 487d369008fa696424252ca5f659de31c148bbc1
Additions in special qmodule + fixes in wmt cmdline tool
commit sha c93b6704804b35283aa0a9a548b427dd4d91918d
Merge pull request #139 from mideind/wmt Wmt
commit sha 82521ac8817d9835ec81f9e942b6afe6714a665e
Merge branch 'master' into mq13
push time in 3 months
push eventmideind/Greynir
commit sha 45ba2f0035b621050d5c9475139935159916789f
Added wmt.py tool to dump article text from a given day as JSON along w. ass. metadaata
commit sha 487d369008fa696424252ca5f659de31c148bbc1
Additions in special qmodule + fixes in wmt cmdline tool
commit sha c93b6704804b35283aa0a9a548b427dd4d91918d
Merge pull request #139 from mideind/wmt Wmt
push time in 3 months
PR merged mideind/Greynir
- wmt.py tool to dump article text from DB as JSON
- Minor additions in special.py
pr closed time in 3 months
PR opened mideind/Greynir
- wmt.py tool to dump article text from DB as JSON
- Minor additions in special.py
pr created time in 3 months
push eventmideind/Greynir
commit sha 487d369008fa696424252ca5f659de31c148bbc1
Additions in special qmodule + fixes in wmt cmdline tool
push time in 3 months