Merge branch 'master' of https://github.com/PaddlePaddle/hapi into add-hapi-seq2seq
Showing
examples/bert/bert.yaml
0 → 100644
examples/bert/bert_classifier.py
0 → 100644
examples/bert_leveldb/bert.yaml
0 → 100644
examples/ocr/README.md
0 → 100644
examples/ocr/data.py
0 → 100644
examples/ocr/eval.py
0 → 100644
6.3 KB
8.1 KB
8.8 KB
9.5 KB
examples/ocr/predict.py
0 → 100644
examples/ocr/seq2seq_attn.py
0 → 100644
examples/ocr/train.py
0 → 100644
examples/ocr/utility.py
0 → 100644
此差异已折叠。
examples/sequence_tagging/eval.py
0 → 100644
60.9 KB
文件已移动
文件已移动
examples/yolov3/.gitignore
0 → 100644
文件已移动
hapi/__init__.py
0 → 100644
此差异已折叠。
hapi/configure.py
0 → 100644
此差异已折叠。
hapi/datasets/__init__.py
0 → 100644
此差异已折叠。
hapi/datasets/flowers.py
0 → 100644
此差异已折叠。
hapi/datasets/mnist.py
0 → 100644
此差异已折叠。
hapi/datasets/utils.py
0 → 100644
此差异已折叠。
hapi/text/__init__.py
0 → 100644
此差异已折叠。
hapi/text/bert/__init__.py
0 → 100644
此差异已折叠。
hapi/text/bert/batching.py
0 → 100644
此差异已折叠。
hapi/text/bert/bert.py
0 → 100644
此差异已折叠。
hapi/text/bert/data_processor.py
0 → 100644
此差异已折叠。
hapi/text/bert/dataloader.py
0 → 100644
此差异已折叠。
hapi/text/bert/optimization.py
0 → 100755
此差异已折叠。
此差异已折叠。
hapi/text/bert/utils/__init__.py
0 → 100644
此差异已折叠。
hapi/text/bert/utils/args.py
0 → 100644
此差异已折叠。
hapi/text/bert/utils/cards.py
0 → 100644
此差异已折叠。
此差异已折叠。
hapi/text/bert/utils/fp16.py
0 → 100644
此差异已折叠。
hapi/text/bert/utils/init.py
0 → 100644
此差异已折叠。
hapi/text/tokenizer/__init__.py
0 → 100644
此差异已折叠。
hapi/vision/__init__.py
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
lac.py
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
setup.cfg
0 → 100644
此差异已折叠。
setup.py
0 → 100644
此差异已折叠。
tests/test_bert_dataloader.py
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
tests/test_datasets.py
0 → 100644
此差异已折叠。
此差异已折叠。
tests/test_transforms.py
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。