Skip to content

Commit 7098a95

Browse files
minor
1 parent 4a0bf8a commit 7098a95

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

.gitignore

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,11 @@ gmail.py
99
#SBM datasets
1010
data/SBMs/*.pkl
1111

12-
#Superpixels datasets
13-
data/superpixels/*.pkl
14-
data/superpixels/*.zip
15-
PATH/
16-
1712
#ZINC dataset
1813
data/molecules/*.pkl
1914
data/molecules/*.pickle
2015
data/molecules/*.zip
2116
data/molecules/zinc-full/*.pkl
2217

23-
#TSP
24-
data/TSP/*.txt
25-
data/TSP/*.pkl
26-
data/TSP/*.zip
27-
data/TSP/pyconcorde/
28-
29-
#COLLAB
30-
data/COLLAB/*
3118
dataset/
3219

33-
#CSL
34-
data/CSL/*.pkl
35-
data/CSL/*.zip
36-
data/CSL/*.pt
37-
38-

train/train_molecules_graph_regression.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from train.metrics import MAE
1010

11-
1211
def train_epoch(model, optimizer, device, data_loader, epoch):
1312
model.train()
1413
epoch_loss = 0

0 commit comments

Comments
 (0)