We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
None
在我的 model.add(SpatialTransformer(localization_net=locnet,output_size=(2,128), input_shape=input_shape))之后,输出张量变成了下面这样,然后就无法运行了,我在GitHub上找到很多的stn模型也是这样的问题。
Layer (type) Output Shape Param #
spatial_transformer (Spatial (None, 2, 128, None) 65656
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在我的 model.add(SpatialTransformer(localization_net=locnet,output_size=(2,128), input_shape=input_shape))之后,输出张量变成了下面这样,然后就无法运行了,我在GitHub上找到很多的stn模型也是这样的问题。
Layer (type) Output Shape Param #
spatial_transformer (Spatial (None, 2, 128, None) 65656
The text was updated successfully, but these errors were encountered: