jianhey commited on
Commit
bebacb6
·
verified ·
1 Parent(s): eb5eb93

Initial release — iter_9000 checkpoint (UC3_v2_full) + ag_config

Browse files
Files changed (2) hide show
  1. ag_config.yaml +50 -0
  2. iter_000009000.pt +3 -0
ag_config.yaml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # DDP config template (default, use with predict2_anomaly_gen_ddp_{2b,14b}).
2
+ # Placeholders in <angle-brackets> are filled by scripts/generate_config.py.
3
+ # Keep sections minimal — the experiment provides defaults for everything else.
4
+ job:
5
+ project: anomaly_gen
6
+ group: UC3_v2_full
7
+ name: UC3_v2_full_training_FP32_lr0.02_bs=2_2B_512x512
8
+ optimizer:
9
+ lr: 0.02
10
+ checkpoint:
11
+ save_iter: 1500
12
+ trainer:
13
+ max_iter: 75000
14
+ logging_iter: 10
15
+ validation_iter: 1500
16
+ run_validation: True
17
+ early_stop:
18
+ enabled: false
19
+ metric: nn
20
+ patience: 5
21
+ min_delta: 0
22
+ min_delta_mode: rel
23
+ dataloader_train:
24
+ batch_size: 2
25
+ dataset:
26
+ dataset_dir: /workspace/cosmos-anomalygen-predict2/datasets/UC3_data
27
+ image_size:
28
+ - 512
29
+ - 512
30
+ anomaly_types: [[Phone, oil], [Phone, scratch], [Phone, stain]]
31
+ seed: 1
32
+ data_augprob: 0.5
33
+ aug_type: random_ratio_crop
34
+ ratio_range: [1.5, 8.0]
35
+ dataloader_val:
36
+ batch_size: 32
37
+ dataset:
38
+ input_data_path: ag_inference/validation_UC3_v2_full/testcase.jsonl
39
+ model:
40
+ config:
41
+ ag_config:
42
+ ad_precision: float32
43
+ t5_model_name: checkpoints/google-t5/t5-large
44
+ anomaly_embedding:
45
+ anomaly_types: [[Phone, oil], [Phone, scratch], [Phone, stain]]
46
+ freeze: False
47
+ mask_encoder:
48
+ encoder_config:
49
+ init_cfg:
50
+ checkpoint: checkpoints/NVDINOV2/nv_dinov2_classification_model.ckpt
iter_000009000.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3443dc745f4c8c3f915ebe40b713651d589493e06f59154a1181586ab3f13eba
3
+ size 11545900