#1 实验记录

Open
created 1 year ago by wpf233 · 2 comments
wpf233 commented 1 year ago
# THEH: config.DATASET = edict() config.DATASET.H_min = 96 # 192 config.DATASET.H_max = 224 # 448 config.DATASET.W_mid = 128 # 256 config.DATASET.train_num = 200 config.DATASET.val_num = 10 config.DATASET.all_num = 210 config.DATASET.data_size = [80,256,256] # [80,512,512] # [160,256,256] config.DATASET.CutWindow = [-150,350] # [-50, 200] # [-79, 304] config.DATASET.Z_Score_mean = -150 config.DATASET.Z_Score_std = 500 config.TRAIN = edict() config.TRAIN.with_eval = True config.TRAIN.loss_weights = [1,1,2] # [0.1, 0.5, 5]#[0.05, 0.45, 0.5] config.TRAIN.patch_size = [64, 128, 128] # [80, 256, 256] # config.TRAIN.batch_size = 18 config.TRAIN.lr = 0.001 # 0.001 config.TRAIN.WD = 0.0005 config.TRAIN.END_EPOCH = 200 config.TRAIN.BEGIN_EPOCH = 0 ![1667736125381](/attachments/24acf19c-d6e4-4ebe-b582-e002cca15ae6)
clsn commented 1 year ago
Collaborator
# GBB: ![1667794165377](/attachments/70adb51c-1413-47b9-9751-8cd3a5ff83e8) ![1667804178385](/attachments/4f6bcd45-4081-4a99-91b3-1b6470ce58b8)
wpf233 commented 1 year ago
Poster
# WPF config.DATASET.data_size = [80,256,256] # [80,512,512] # [160,256,256] config.DATASET.CutWindow = [-79, 304] # [-150,350] # [-50, 200] # [-79, 304] config.DATASET.Z_Score_mean = 101 # 101 # -150 config.DATASET.Z_Score_std = 76.9 # 76.9 # 500 config.TRAIN = edict() config.TRAIN.with_eval = True config.TRAIN.loss_weights = [1,1,2] # [0.1, 0.5, 5]#[0.05, 0.45, 0.5] config.TRAIN.patch_size = [64, 128, 128] # [80, 256, 256] # config.TRAIN.batch_size = 18 config.TRAIN.lr = 0.001 config.TRAIN.WD = 0.0 ![1667810197569](/attachments/59a7e36e-b3de-47a6-983e-bd1da0683105)
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.