-
Notifications
You must be signed in to change notification settings - Fork 3.6k
add text CNN model for text classification problem #1271
Conversation
Looks unittest failed with unrelated error, would appreciate any reviews or comments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the model!
PiperOrigin-RevId: 224227181
Thanks for the model, good to know it can get reasonable results :). |
* master: New mesh_tensorflow transformer now handles encoder-decoder models and beam search. Fix bug in variable stacking code (operations in while loops did not get their inputs redirected) Fix datatype bug in simd_mesh_impl.py Minor cleanup. Moving one gym related function into its own file and added test. Unify naming across gym's method and ours and add "rl_env_" to the hparam, to give the hint where this gets used. internal merge of PR tensorflow#1277 Temperature (tensorflow#1277) internal merge of PR tensorflow#1271 add text CNN model for text classification problem (tensorflow#1271) Have a few shards for en-ro translation.
Hi, I'm trying to play with @ybbaigo would you like to do it? If not, I can do it for you. |
Sure, thanks for pointing out, I just added it with PR #1421 , please help review @afrozenator @lukaszkaiser BTW, Please feel free to let me know if you have any other problem about text_cnn model in the future. @heytitle |
@ybbaigo you're welcome. By the way, do you happen to have benchmarks for other problems, such as |
PiperOrigin-RevId: 224227181
I'd like to add textCNN model for text classification problem.