.gitignore 506 字节
Newer Older
Y
Yu Yang 已提交
1 2 3 4 5 6
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/
Z
zhangjinchao01 已提交
7 8
*.DS_Store
build/
Q
qijun 已提交
9
build_doc/
Y
Yu Yang 已提交
10
*.user
L
liaogang 已提交
11 12

.vscode
W
wangyang59 已提交
13 14
.idea
.project
15
.cproject
W
wangyang59 已提交
16
.pydevproject
W
wangyang59 已提交
17
.settings/
18
Makefile
19
.test_env/
L
liaogang 已提交
20
third_party/
21 22 23

*~
bazel-*
L
liaogang 已提交
24
third_party/
Y
Yu Yang 已提交
25 26 27

# clion workspace.
cmake-build-*