Skip to content

Commit 98f86e7

Browse files
author
dmoi
committed
fix angle loss
1 parent ccee660 commit 98f86e7

File tree

6 files changed

+1604
-159
lines changed

6 files changed

+1604
-159
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ checkpoints/
9393
models/
9494
wandb/
9595
lightning_logs/
96+
tmp/
97+
models/
9698

9799
# Data files
98100
*.csv
@@ -102,6 +104,11 @@ lightning_logs/
102104
*.parquet
103105
*.npy
104106
*.npz
107+
*.svg
108+
*.png
109+
*.jpg
110+
*.pdb
111+
105112

106113
# Bioinformatics files
107114
*.pdb
@@ -118,7 +125,7 @@ lightning_logs/
118125
*.index
119126
*.dbtype
120127
*.lookup
121-
128+
*.txt
122129

123130
# HDF5 files
124131
*.h5

0 commit comments

Comments
 (0)