forked from sony/nnabla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
63 lines (60 loc) · 1.62 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# .gitignore
.cache
*.pyc
/build/
/build-tools/msvc/cmake_cpp_utils.bat
/doc/?/
/examples/cpp/mnist_runtime/mnist_runtime
/examples/cpp/mnist_runtime/mnist_runtime_cuda
/examples/cpp/mnist_runtime/*.nnp
/examples/cpp/mnist_runtime/tmp.*
/examples/cpp/forward_check/*/tmp.*
/output/
/python/setup.cfg
/python/setup.cfg-Debug
/python/setup.cfg-MinSizeRel
/python/setup.cfg-RelWithDebInfo
/python/setup.cfg-Release
/python/setup.cfg.in.configured
/python/src/nnabla.egg-info/
/python/src/nnabla/_init.cpp
/python/src/nnabla/_init.h
/python/src/nnabla/_nd_array.cpp
/python/src/nnabla/_variable.cpp
/python/src/nnabla/_arithmetic_ops.cpp
/python/src/nnabla/_version.py
/python/src/nnabla/clibtest
/python/src/nnabla/communicator.cpp
/python/src/nnabla/cpp_graph_example
/python/src/nnabla/function.cpp
/python/src/nnabla/function.pxd
/python/src/nnabla/function.pyx
/python/src/nnabla/function_bases.py
/python/src/nnabla/nbla
/python/src/nnabla/nnabla.lib
/python/src/nnabla/solver.cpp
/python/src/nnabla/utils/load_function.py
/python/src/nnabla/utils/nnabla_pb2.py
/python/src/nnabla/utils/save_function.py
/python/test/Test-error.series.txt
/python/test/Training-error.series.txt
/python/test/Training-loss.series.txt
/python/test/test.prototxt
/python/test/tmp.h5
/python/test/tmp.protobuf
/src/nbla/init.cpp
/src/nbla/proto/
/src/nbla_utils/nnabla.pb.cc
/src/nbla_utils/nnabla.pb.h
/src/nbla_utils/nnp_impl_create_function.cpp
/third_party/*.zip
/third_party/*/
/third_party/hdf5-1.10.1tar.bz2
/third_party/libarchive-3.3.2tar.gz
/third_party/protobuf-3.1.0tar.gz
/third_party/zlib-1.2.11tar.gz
# Converted ReST
# doc/python/tutorial/
*.h5
tmp.*/
*.zip