PointFlow/.gitignore

26 lines
257 B
Plaintext
Raw Normal View History

2019-04-11 15:56:39 +00:00
__pycache__/
2019-07-14 04:32:26 +00:00
*__pycache__
2019-07-01 01:03:29 +00:00
.idea/
2019-07-14 04:32:26 +00:00
*.pyc
data
2019-04-11 15:56:39 +00:00
2019-07-14 04:32:26 +00:00
scratch.py
2019-04-11 15:56:39 +00:00
2019-07-14 04:32:26 +00:00
*.m
2019-04-11 15:56:39 +00:00
.ipynb_checkpoints
2019-07-14 04:32:26 +00:00
checkpoints
runs
2019-04-11 15:56:39 +00:00
2019-07-14 04:32:26 +00:00
metrics/structural_losses/*.so
metrics/structural_losses/*.cu.o
metrics/structural_losses/makefile
PyMesh
checkpoint
2019-04-11 15:56:39 +00:00
pretrained_models*
2019-07-14 04:32:26 +00:00
torchdiffeq/
demo/