.gitignore 555 字节
Newer Older
T
tangwei12 已提交
1 2 3 4 5 6 7 8 9 10 11 12
paddle/operators/check_t.save
paddle/operators/check_tensor.ls
paddle/operators/tensor.save
python/paddle/v2/fluid/tests/book/image_classification_resnet.inference.model/
python/paddle/v2/fluid/tests/book/image_classification_vgg.inference.model/
python/paddle/v2/fluid/tests/book/label_semantic_roles.inference.model/
*.DS_Store
*.vs
build/
build_doc/
*.user

T
tangwei12 已提交
13 14 15 16 17 18
.vscode
.idea
.project
.cproject
.pydevproject
.settings/
T
tangwei12 已提交
19

20
*.pyc
T
tangwei12 已提交
21 22 23 24 25 26 27 28 29 30 31 32
CMakeSettings.json
Makefile
.test_env/
third_party/

*~
bazel-*
third_party/

build_*
# clion workspace.
cmake-build-*
T
tangwei12 已提交
33
model_test