sidoki
sidoki
Hi fellow DL expert, I'm curious how to export this book into .EPUB format? any way to convert it smoothly with good format? Thank you!
Hi @spro, I don't know if this is expected, but you don't define the attention size based on max_length of words. Can you elaborate more about this? Also, this example...
Hello all, I'm newcomer to use seq2seq framework. As we know, setting up GPU/CPU usage for training model in Tensorflow done with setting up inside with statement. How we do...
Dear @eladhoffer, Do you have any experience how to productionize this seq2seq model in high-performant way (like serve it using REST API)? Thanks
Hi @vi3k6i5, Thanks for the wonderful library, it's really help a lot to faster the data preprocessing iteration. I plan to use this library for my internal text library, however...
Hi @ganeshjawahar, I would like to ask about task definition for this program. Is it want to infer the polarity of aspect category or aspect term? Thank you.
Hi @ganeshjawahar, i got experienced that the script always got killed after seven iterations automatically. Not sure what's happening. do you have any idea why? 
Hi @vanzytay, just want to make sure. So given a text review, it should return the aspect with its term, right? Thank you!
Hello folks, Anyone can help to provide example of value to provide for `preprocessing_fn` param for `Transform`? From the documentation: ``` The path to python function that implements a 'preprocessing_fn'....
Hi All, I'm just using 0.17 for testing exporting multiindex column dataframe. When i'm pivot table dataframe with X column as index (and without "columns" argument), **which will not create...