Skip to content
New issue

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

Batch size other than 1 returns error #4

Open
yhl48 opened this issue Nov 29, 2021 · 1 comment
Open

Batch size other than 1 returns error #4

yhl48 opened this issue Nov 29, 2021 · 1 comment

Comments

@yhl48
Copy link

yhl48 commented Nov 29, 2021

batch_size = 1

It seems like the batch size has to be fixed at 1, otherwise there is a shape compatibility error. Any thoughts on that? Thanks.

@wwMark
Copy link
Owner

wwMark commented Nov 30, 2021

Hi Lim,
as far as I know, even though the batch size is 1 in the code, there are already 1579 nodes in each individual input, and the net takes this individual input as an input of batch size 1579.

Regards
Mark

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants