Skip to content

Commit

Permalink
Typo: resnet_v2_50_path --> rgb_resnet_v2_50_path (#3273)
Browse files Browse the repository at this point in the history
__rgb_resnet_v2_50_path__ is defined on line 28.
  • Loading branch information
cclauss authored and karmel committed Feb 24, 2018
1 parent b634d42 commit 4d1f67c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def get_args_for_config(config_name):

args.buildinger.task_params.n_ori = int(vars[2])
args.solver.freeze_conv = True
args.solver.pretrained_path = resnet_v2_50_path
args.solver.pretrained_path = rgb_resnet_v2_50_path
args.buildinger.task_params.img_channels = 5
args.solver.data_loss_wt = 0.00001

Expand Down

0 comments on commit 4d1f67c

Please sign in to comment.