-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (41 loc) · 791 Bytes
/
.gitignore
File metadata and controls
53 lines (41 loc) · 791 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
52
53
# Byte-compiled / cache
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Jupyter
.ipynb_checkpoints/
# Virtual environments
venv/
env/
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Data files
*.mat
*.npy
*.npz
# Archives
*.zip
*.tar
*.tar.gz
*.tgz
# Docker images/archives (anywhere in repo)
docker/
*.docker
*docker*.tar
# PyTorch model checkpoints
*.pt
# Other binaries you might generate
*.exe
*.dll
# data's & model weigths
data/*
model_weigths/
# exception's
!src/diffusion_notebooks/DIffusion_model_weigths_and_datas/dpp_0.1_autonorm_true_125_from_base_ddpm/model_epoch_124.pt
!src/surrogate_models/Surrogate_Model_weigths/just_for_cd_200_300_300_200/mlp_best_model.pt
!src/surrogate_models/Surrogate_Model_weigths/just_for_cl_150_200_200_150/mlp_best_model.pt
!data/coord_min_max.npy