Skip to content

Commit

Permalink
Change keyword annotation to function
Browse files Browse the repository at this point in the history
  • Loading branch information
oarriaga committed Apr 15, 2024
1 parent 8bfa3b2 commit faa060c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paz/models/classification/cnn2Plus1.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def original_18(input_layer, height, width):


def CNN2Plus1D(weights=None, input_shape=(38, 96, 96, 3), seed=305865,
architecture: Architecture_Options = 'CNN2Plus1D'):
architecture='CNN2Plus1D'):
"""Binary Classification for videos with 2+1D CNNs.
# Arguments
weights: ``None`` or string with pre-trained dataset. Valid datasets
Expand Down

0 comments on commit faa060c

Please sign in to comment.