Skip to content

Commit d7dbe28

Browse files
Update CollaborativeCoding/models/jan_model.py
Co-authored-by: Christian Salomonsen <[email protected]>
1 parent 8afe7b6 commit d7dbe28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CollaborativeCoding/models/jan_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class JanModel(nn.Module):
77
88
Args
99
----
10-
mage_shape : tuple(int, int, int)
10+
image_shape : tuple(int, int, int)
1111
Shape of the input image (C, H, W).
1212
num_classes : int
1313
Number of classes in the dataset.

0 commit comments

Comments
 (0)