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

Sampled softmax implementation #24

Open randomrandom opened 7 years ago

randomrandom commented 7 years ago

I noticed that currently sugartensor doesn't support sampled_softmax_loss. Are there any plans to implement it?