dubm commited on
Commit
554e254
·
verified ·
1 Parent(s): 69f9afa

Upload 2 files

Browse files
Files changed (2) hide show
  1. 20k_nomscoco_4epochs.pth +3 -0
  2. config.yaml +84 -0
20k_nomscoco_4epochs.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2b309d7e32eaef93f1350cb0fe616816e9db34d6f07a3a83bbdefcc45f767ee
3
+ size 188006010
config.yaml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ SWA: false
2
+ backbone_config:
3
+ dropout: false
4
+ inc: 3
5
+ mode: adjust_channel
6
+ num_classes: 2
7
+ backbone_name: xception
8
+ compression: c23
9
+ cuda: true
10
+ cudnn: true
11
+ dataset_json_folder: preprocessing/dataset_json_v3
12
+ dataset_meta:
13
+ fake:
14
+ - path: bitmind/bm-subnet-realvis-256
15
+ - path: bitmind/bm-subnet-mobius-256
16
+ - path: bitmind/bm-subnet-sdxl-256
17
+ - path: bitmind/celeb-a-hq___stable-diffusion-xl-base-1.0
18
+ - path: bitmind/ffhq-256___stable-diffusion-xl-base-1.0
19
+ real:
20
+ - path: bitmind/bm-real
21
+ - path: bitmind/celeb-a-hq
22
+ - path: bitmind/ffhq-256
23
+ ddp: false
24
+ dry_run: false
25
+ encoder_feat_dim: 512
26
+ frame_num:
27
+ test: 32
28
+ train: 32
29
+ gpu_id: 0
30
+ lmdb: true
31
+ lmdb_dir: ./datasets/lmdb
32
+ log_dir: ./logs/training/ucf_2024-10-25-08-23-32
33
+ logdir: ./logs
34
+ loss_func:
35
+ cls_loss: cross_entropy
36
+ con_loss: contrastive_regularization
37
+ rec_loss: l1loss
38
+ spe_loss: cross_entropy
39
+ losstype: null
40
+ lr_scheduler: null
41
+ manualSeed: 1024
42
+ mean: [0.5, 0.5, 0.5]
43
+ metric_scoring: auc
44
+ mode: train
45
+ model_name: ucf
46
+ nEpochs: 10
47
+ optimizer:
48
+ adam:
49
+ amsgrad: false
50
+ beta1: 0.9
51
+ beta2: 0.999
52
+ eps: 1.0e-08
53
+ lr: 0.0002
54
+ weight_decay: 0.0005
55
+ sgd:
56
+ lr: 0.0002
57
+ momentum: 0.9
58
+ weight_decay: 0.0005
59
+ type: adam
60
+ pretrained: ../weights/xception-best.pth
61
+ rec_iter: 100
62
+ resolution: 256
63
+ rgb_dir: ./datasets/rgb
64
+ save_avg: true
65
+ save_ckpt: true
66
+ save_epoch: 1
67
+ save_feat: true
68
+ specific_task_number: 5
69
+ start_epoch: 0
70
+ std: [0.5, 0.5, 0.5]
71
+ test_batchSize: 32
72
+ train_batchSize: 32
73
+ train_dataset:
74
+ - bitmind/bm-real
75
+ - bitmind/celeb-a-hq
76
+ - bitmind/ffhq-256
77
+ - bitmind/bm-subnet-realvis-256
78
+ - bitmind/bm-subnet-mobius-256
79
+ - bitmind/bm-subnet-sdxl-256
80
+ - bitmind/celeb-a-hq___stable-diffusion-xl-base-1.0
81
+ - bitmind/ffhq-256___stable-diffusion-xl-base-1.0
82
+ with_landmark: false
83
+ with_mask: false
84
+ workers: 7