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

Check if input is as expected and throw meaningful errors. #24

Open
weidler opened this issue Jan 9, 2019 · 1 comment
Open

Check if input is as expected and throw meaningful errors. #24

weidler opened this issue Jan 9, 2019 · 1 comment

Comments

@weidler
Copy link
Owner

weidler commented Jan 9, 2019

Especially when using batches in the networks, there can be easy mistakes be made when feeding input. We should therefore at crucial places add checks that test whether the given format is what the following code expects. E.g. when feeding networks one can give a one-dimensional input. This should be prohibited if the network wants to deal with batches.

@HansBambel
Copy link
Collaborator

Done with #23?

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