issues
search
asyml
/
texar-pytorch
Integrating the Best of TF into PyTorch, for Machine Learning, Natural Language Processing, and Text Generation. This is part of the CASL project: http://casl-project.ai/
https://asyml.io
Apache License 2.0
745
stars
117
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Move out HParams and SpecialTokens to asyml-utilities
#353
mylibrar
closed
2 years ago
1
Workflow and code update for numpy versions from 1.15 to 1.21
#352
tanyuqian
closed
2 years ago
9
Fix `DataIterator.__len__`
#351
mylibrar
closed
2 years ago
1
Issue in DataIterator.__len__
#350
mylibrar
closed
2 years ago
1
Fix #347: only create object UnicodeRegex when used.
#349
qinzzz
closed
2 years ago
3
how do i use it
#348
cybergrunge-ops
opened
3 years ago
0
Unused objects (UnicodeRegex) are created when importing texar pytorch.
#347
hunterhector
closed
2 years ago
0
fix issue#335
#346
wanglec
closed
3 years ago
2
Complete error message
#345
zhanyuanucb
closed
3 years ago
1
fix wordpiece tokenizer to return relative position
#344
jennyzhang-petuum
closed
3 years ago
1
Wordpiece tokenizer tokenize_with_span(text) should return the span begin and end relative to the text
#343
jennyzhang-petuum
closed
3 years ago
1
update gpt url and fix key error in gpt generate and train main
#342
wanglec
closed
3 years ago
1
Compatibility update with pytorch>=1.7
#341
mylibrar
closed
2 years ago
0
Add tests for python3.8 and python3.9
#340
mylibrar
closed
3 years ago
1
Update version
#339
mylibrar
closed
3 years ago
2
Update dependencies
#338
mylibrar
closed
3 years ago
1
GPT2 model missing. GPT2Decoder gives HTTP 404 error
#337
QMrpy
closed
3 years ago
0
remove key
#336
hunterhector
closed
3 years ago
3
Incorrect Optimizer Configuration for the `transformer` example.
#335
HanGuo97
closed
3 years ago
0
To get the __len__, should pass self._current_dataset_name to _valida…
#334
limberc
closed
2 years ago
4
Compatibility update with numpy>=1.20
#333
hunterhector
closed
2 years ago
1
Add an extra function tokenize_with_span to WordpieceTokenizer
#332
jieralice13
closed
3 years ago
6
Introduce NNI with distributed Adaptive API
#331
ZeyaWang
closed
3 years ago
2
Fix top k beam index calculation issue
#330
TomNong
closed
4 years ago
1
Test: downgrade sentenpiece to 0.1.91
#329
gpengzhi
closed
4 years ago
1
add the kl divergence loss
#328
haoyuLucas
closed
4 years ago
5
texar-pytorch: RuntimeError: expected scalar type Long but found Float
#327
mufeiteng
closed
4 years ago
2
Introduce distributed Adaptive API
#326
odp
closed
4 years ago
1
Does BahdanauMonotonicAttention output attention alignments in range [0,1]?
#325
hadaev8
closed
3 years ago
1
NNI hypertuning for Bert classification examples
#324
ZeyaWang
closed
4 years ago
5
Fixing index error after close files and clear `_log_destination`
#323
hunterhector
closed
4 years ago
3
A logging bug in executor after close_files
#322
hunterhector
closed
4 years ago
0
Code blocks in docstring are not fully rendered as sphinx doc.
#321
hunterhector
opened
4 years ago
0
Fix a couple of Executor bugs
#320
huzecong
closed
4 years ago
1
Fix #318 cannot pickle metrics
#319
huzecong
closed
4 years ago
1
Cannot pickle types such as metrics
#318
hunterhector
closed
4 years ago
0
KeyError: 'Model' when run the example GPT2
#317
JonOnEarth
closed
3 years ago
0
Add encrypted Github deploy private key
#316
hunterhector
closed
4 years ago
0
Bugfix in GPT2Tokenizer
#315
gpengzhi
closed
4 years ago
2
GPU memory usage when doing beam search
#314
tanyuqian
opened
4 years ago
0
A bug in GPT2Tokenizer.
#313
tanyuqian
closed
4 years ago
0
Error when decoder has more than 1 layer.
#312
pajola
opened
4 years ago
0
Set train mode after evaluation in training
#311
AvinashBukkittu
closed
4 years ago
5
Switch between model.train() and model.eval()
#310
li3cmz
closed
4 years ago
1
Incorporating copy mechanism in decoder
#309
roemmele
opened
4 years ago
2
Support PyTorch 1.5.0
#308
gpengzhi
closed
4 years ago
0
Re-factor Examples to use the Executor API?
#307
ankitvad
closed
4 years ago
1
Fix bugs in Executor
#306
huzecong
closed
4 years ago
1
can use this to train gpt2 directly
#305
alphanlp
closed
4 years ago
2
Update example part in docs
#304
gpengzhi
closed
4 years ago
1
Next