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 problem #40

Open
keerthanas19 opened this issue Feb 28, 2020 · 2 comments
Open

batch size problem #40

keerthanas19 opened this issue Feb 28, 2020 · 2 comments

Comments

@keerthanas19
Copy link

what specific value should be given to the test_batch_size? could anyone suggest?

@santhoshkolloju
Copy link
Owner

any multiple of 2 should work

@annaakhil
Copy link

where should I mention test_batch_size?
I am getting this error
Traceback (most recent call last):
File "main.py", line 145, in
step = _train_epoch(sess, epoch, step, smry_writer)
File "main.py", line 55, in _train_epoch
_eval_epoch(sess, epoch, mode='eval')
File "main.py", line 64, in _eval_epoch
bsize = test_batch_size
NameError: name 'test_batch_size' is not defined
anyone please help me out @keerthanas19 , @santhoshkolloju

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

3 participants