yo2266911 commited on
Commit
cccef59
1 Parent(s): 486b838

Delete project.json

Browse files
Files changed (1) hide show
  1. project.json +0 -32
project.json DELETED
@@ -1,32 +0,0 @@
1
- {
2
- "image_width": 512,
3
- "image_height": 512,
4
- "database_path": "F:/Dataset/danbooru-family/danbooru-training-20211112.sqlite",
5
- "minimum_tag_count": 20,
6
- "model": "resnet_custom_v3",
7
- "minibatch_size": 4,
8
- "epoch_count": 32,
9
- "export_model_per_epoch": 4,
10
- "checkpoint_frequency_mb": 1000,
11
- "console_logging_frequency_mb": 50,
12
- "optimizer": "sgd",
13
- "learning_rates": [
14
- {
15
- "used_epoch": 0,
16
- "learning_rate": 5.0
17
- }
18
- ],
19
- "rotation_range": [
20
- 0.0,
21
- 360.0
22
- ],
23
- "scale_range": [
24
- 0.9,
25
- 1.1
26
- ],
27
- "shift_range": [
28
- -0.1,
29
- 0.1
30
- ],
31
- "mixed_precision": false
32
- }