-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
23 lines (19 loc) · 723 Bytes
/
.gitignore
File metadata and controls
23 lines (19 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.sublime-project
*.sublime-workspace
dataset-preparation/bokeh/
dataset-preparation/selfies/
flickr-api-key.txt
get-dataset-flickr/bokeh_downloads/
get-dataset-flickr/iphone_downloads/
pytorch-CycleGAN-and-pix2pix/vgg19.npy
pytorch-CycleGAN-and-pix2pix/deeplab/deeplabv3_pascal_trainval/
pytorch-CycleGAN-and-pix2pix/deeplab/mobilenetv2_coco_voctrainaug/
pytorch-CycleGAN-and-pix2pix/deeplab/xception_coco_voctrainval/
pytorch-CycleGAN-and-pix2pix/datasets/
pytorch-CycleGAN-and-pix2pix/checkpoints/
selfie2bokeh/vgg19.npy
selfie2bokeh/deeplab/deeplabv3_pascal_trainval/
selfie2bokeh/deeplab/mobilenetv2_coco_voctrainaug/
selfie2bokeh/deeplab/xception_coco_voctrainval/
selfie2bokeh/datasets/
selfie2bokeh/checkpoints/