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

python3 support #8

Open dragontas opened 7 years ago

dragontas commented 7 years ago

Still issues with python3

tf.scalar_summary needs to change to tf.summary.scalar same for tf.histogram_summary tf.summary.histogram

Having problems in tf.nn.ctc_loss as SparseTensor is expected

buriburisuri commented 7 years ago

@dragontas Changed deprecated summary functions from v0.0.2.3 but need to go with ctc_loss problem.