buriburisuri / sugartensor

A slim tensorflow wrapper that provides syntactic sugar for tensor variables. This library will be helpful for practical deep learning researchers not beginners.
MIT License
372 stars 63 forks source link

fix summary=False in layers #23

Closed AndreasMadsen closed 7 years ago

AndreasMadsen commented 7 years ago

This also removes the summaries from the normalization variables and the activation output when summary=False is set.

buriburisuri commented 7 years ago

@AndreasMadsen Thanks for your contribution.