Skip to content

Commit

Permalink
2D model still only gets data with a single channel from the trainer
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Nov 13, 2024
1 parent 23d1c22 commit 270c469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/operations/test_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def unet_architecture(batch_norm, upsample, use_attention, three_d):
name=name,
input_shape=(2, 132, 132),
eval_shape_increase=(8, 32, 32),
fmaps_in=2,
fmaps_in=1,
num_fmaps=8,
fmaps_out=8,
fmap_inc_factor=2,
Expand Down

0 comments on commit 270c469

Please sign in to comment.