Skip to content

Commit

Permalink
add include rescaling args to backbone
Browse files Browse the repository at this point in the history
  • Loading branch information
innat committed Mar 24, 2024
1 parent c4e8201 commit c590ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion videoswin/backbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class VideoSwinBackbone(keras.Model):
def __init__(
self,
*,
include_rescaling,
include_rescaling=False,
input_shape=(32, 224, 224, 3),
input_tensor=None,
embed_dim=96,
Expand Down

0 comments on commit c590ba8

Please sign in to comment.