Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shenqq377 authored Oct 16, 2022
1 parent ac08d41 commit 50906c0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,14 @@ def cfg():
print_interval = 100
save_snapshot_every = 1000
max_iters_per_load = 1000 # epoch size, interval for reloading the dataset

alpha=0.9 # dual-scale

# Network
# reload_model_path = '/home/SQQ/fsmis/ADNet/runs/ADNet_train_CHAOST2_cv0/1/snapshots/1000.pth'
reload_model_path = None

# Prototype Refinement
n_iters=7

optim_type = 'sgd'
optim = {
Expand Down

0 comments on commit 50906c0

Please sign in to comment.