-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
53 lines (39 loc) · 1.16 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
.pytest_cache/*
benchmarks/jobs/*
.DS_Store
.idea/*
phc/*/.directional/*
# Dataset directories
benchmarks/dataset/CIFAR10/*
!benchmarks/dataset/CIFAR10/.gitkeep
benchmarks/dataset/MNIST/*
!benchmarks/dataset/MNIST/.gitkeep
benchmarks/dataset/ogbg_molhiv/*
!benchmarks/dataset/ogbg_molhiv/.gitkeep
benchmarks/dataset/ogbg_molpcba/*
!benchmarks/dataset/ogbg_molpcba/.gitkeep
benchmarks/dataset/ZINC/*
!benchmarks/dataset/ZINC/.gitkeep
# Experimental results directories
benchmarks/*/*/run.log
benchmarks/cifar10/*
!benchmarks/cifar10/.gitkeep
benchmarks/mnist/*
!benchmarks/mnist/.gitkeep
benchmarks/hiv/*/*/*
!benchmarks/hiv/.gitkeep
!benchmarks/hiv/experiment1/params.json
!benchmarks/hiv/experiment1/run_1/model.pt
!benchmarks/hiv/experiment1/run_1/val_test.json
benchmarks/pcba/*/*/*
!benchmarks/pcba/.gitkeep
!benchmarks/pcba/experiment1/params.json
!benchmarks/pcba/experiment1/run_1/model.pt
!benchmarks/pcba/experiment1/run_1/val_test.json
benchmarks/ppa/*
!benchmarks/ppa/.gitkeep
benchmarks/zinc/*/*/*
!benchmarks/zinc/.gitkeep
!benchmarks/zinc/experiment1/params.json
!benchmarks/zinc/experiment1/run_1/model.pt
!benchmarks/zinc/experiment1/run_1/val_test.json