Reason for warning

We added a feature that automatically logs your computational graph in tensorboard, e.g:

This feature is only available if you provide the attribute example_input_array in your model, so it throws a warning if you do not provide it.

Perhaps the default behavior should be to not warn the user, as warning messages can be quite annoying. Let us know what you think!