You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the first tutorial we introduce few decorators. Why don't add them to the ART directly and let user use them straightaway. In V0.4 we can write even more of them.
LogginDecorator - this will just log some basic statistics of tensors inputted to the network
EvaluationSaver - this will show logits changes with time
Batch Saver - this will just save images before they are inputted to the network
It's just about moving them from tutorial to art not implementing them
The text was updated successfully, but these errors were encountered:
in the first tutorial we introduce few decorators. Why don't add them to the ART directly and let user use them straightaway. In V0.4 we can write even more of them.
It's just about moving them from tutorial to art not implementing them
The text was updated successfully, but these errors were encountered: