-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (48 loc) · 1.03 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
54
55
56
# Ignores:
## pycharm project path
.idea
## pycache path
__pycache__/
## checkpoints
checkpoints/
## jupyter notebooks checkpoints
**/.ipynb_checkpoints/**
## ignoring ipynb from /jupytext
**/hijupytext.ipynb
## temporal vim files
*.sw*
## runs paths and everything withtin it
**/runs/*
## ignores train_results
**/train_results/*
#!**\train_results\test1\eval.py
## ignores data paths
**/data/**
**/playground/geospatial/data
**/live.avi
**/01_ann/dataset
**/02_cnn/dataset
## ignores vgg16 models
**/vgg16_cifar**
**/cifar-10-cnn-model**
**/VGG18_random_weights.pth
**/VGG18_best_model.pth
**/VGG19_training_history.pkl
**/VGG19_trained_weights.pth
**/VGG18_last_epoch_model.pth
**/VGG18_training_history_lr_scheduler.pkl
**/VGG18_random_weights_dropouts.pth
**/VGG18_dropout_best_model.pth
**/VGG18_dropout_earlystopping_training_history.pkl
**/VGG18_dropout_training_history_lr_scheduler.pkl
## ignores others models
yolov9-c.pt
##VTK
**/Frog
FullHead.mhd
FullHead.raw.gz
## ignores build paths
**/build
## ignores models
**/dense*.b*
**/conv*.b