Spaces:
Running
on
Zero
Running
on
Zero
File size: 1,763 Bytes
9e15541 |
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
validation:
metrics:
- type: seg
agg_type: unsup_seg
args:
n_classes: 19
gt_classes: 19
- type: stego
agg_type: concat
subset:
type: random
args:
size: 32
save_best:
metric: "stego_cluster_weighted_miou"
update_model: true
dry_run: false
log_loss: false
global_step:
type: "trainer iteration"
events:
# - type: STARTED
# args: null
- type: ITERATION_COMPLETED
args:
every: 100
# - type: EPOCH_COMPLETED
# args:
# every: 1
# - type: COMPLETED
# args: null
visualization_seg:
metrics: {}
subset:
type: range
args:
start: 300
end: 301
visualize:
input_imgs: null
# reconstructed_imgs: null
# reconstruction_rmse: null
dino_gt: null
# reconstructed_dino: null
# reconstructed_dino_downsampled: null
batch_dino_gt: null
batch_dino_artifacts: null
segs_gt: null
segs_pred: null
batch_reconstructed_dino: null
batch_dino_features_kmeans: null
# batch_reconstructed_dino_downsampled: null
# dino_downsampling_salience: null
# dino_downsampling_weight: null
# dino_downsampling_per_patch_weight: null
# dino_cos_sim_downsampled: null,
depth: null
# depth_profile: null
# alpha_sum: null
# ray_entropy: null
# ray_entropy_weights: null
# invalids: null
# rendered_flow: null
# predicted_occlusions: null
# uncertainty: null
log_loss: false
global_step:
type: "trainer iteration"
events:
- type: STARTED
args: null
- type: ITERATION_COMPLETED
args:
every: 100
# - type: EPOCH_COMPLETED
# args:
# every: 1
# - type: COMPLETED
# args: null |