-
Notifications
You must be signed in to change notification settings - Fork 371
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
Remove unnecessary null pointer checks #1
Comments
eval的时候有问题,
为什么for循环进不去,直接跑到class2_acc = class2_acc / (total_count - neu_count) |
test_reader()里是否塞数据了呢? |
解决了,batchsize在测试的时候设置为1,然后就好了 |
默认batchsize=256,但是测试的例子中只有200条数据 |
Will any redundant null pointer checks be deleted? |
An extra null pointer check is not needed in functions like the following.
The text was updated successfully, but these errors were encountered: