-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (51 loc) · 823 Bytes
/
.gitignore
File metadata and controls
51 lines (51 loc) · 823 Bytes
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
*
!*.*
!*/
*.chdata
data/MNIST
data/MNIST
!examples/data/models/mnist_cnn/*.chdata
!examples/data/datasets/mnist/*.chdata
!scripts/models/cnn/*.chdata
Mason.lock
target/
.DS_Store
!docs/*
.my_chplconfig
.timedata
.vscode
.cls-commands.json
.venv
__pycache__/
cat_breeds/data
cat_breeds/cat-breeds
cat_breeds/playground.py
cat_breeds/mnistexample.py
cat_breeds/models/*.pt
!Dockerfile
node_modules/
cat_breeds/models/*
examples/vgg/models/vgg16/*.npy
# chapel-2.3.0-1.ubuntu22.amd64.deb
# chapel-2.3.0-1.ubuntu22.arm64.deb
new_sun.png
new_sun*.png
new_sun_hello.png
test/correspondence/gh.out
!Makefile
!modules/*
modules/build
!bridge/*
bridge/build
bridge/libtorch
# pytorch/
build/
libtorch/
.cache/
build-release/
libtorch_static/
examples/vgg/**/*.pt
segmentation_models.pytorch/
.idea/
cmake-build-debug/
libtorch_old/