ServiceNow / multithreaded-estimatorsLinks
Multithreading inference in Tensorflow Estimators. This is a ServiceNow Research project that was started at Element AI.
☆57Updated 3 years ago
Alternatives and similar repositories for multithreaded-estimators
Users that are interested in multithreaded-estimators are comparing it to the libraries listed below
Sorting:
- Deep structured semantic model☆32Updated 9 years ago
- Educational material on using the TensorFlow Estimator framework for text classification☆135Updated 6 years ago
- A Tensorflow implementation of Yin Wenpeng's recent paper on TACL "Attentive Convolution"☆33Updated 7 years ago
- My PyTorch implementation of the Deep Semantic Similarity Model (DSSM)/Convolutional Latent Semantic Model (CLSM) described here: http://…☆212Updated 6 years ago
- An Open-source Neural Hierarchical Multi-label Text Classification Toolkit☆78Updated 6 years ago
- RAdam optimizer for keras☆71Updated 6 years ago
- ☆24Updated 7 years ago
- Examples to server tensorflow models with tensorflow serving☆98Updated 6 years ago
- Implementation of the LAMB optimizer for Keras from the paper "Reducing BERT Pre-Training Time from 3 Days to 76 Minutes"☆75Updated 6 years ago
- This repository includes tutorials on how to use the TensorFlow estimator APIs to perform various ML tasks, in a systematic and standardi…☆52Updated 7 years ago
- PyTorch implementation of StarSpace as described in "StarSpace: Embed All The Things!" by Ledell Wu, Adam Fisch, Sumit Chopra, Keith Adam…☆52Updated 7 years ago
- Kaggle | Quora Question Pairs❓🥉☆65Updated 8 years ago
- Tensorflow implementation of transformer network from "Attention is all you need" Paper. Also use cases of it!☆16Updated 6 years ago
- Some frequently used NLP blocks I implemented☆226Updated 6 years ago
- Kaggle Quora Questions Pairs Competition☆87Updated 7 years ago
- TextNet: A deep neural network framework for text matching☆106Updated 6 years ago
- Implementation of ULMFit algorithm for text classification via transfer learning☆94Updated 6 years ago
- Code for reproducing the results from the paper Few Shot Text Classification with a Human in the Loop☆90Updated 7 years ago
- Keras (re)implementation of paper "Learning to Rank Short Text Pairs with Convolutional Deep Neural Networks. SIGIR, 2015"☆67Updated 9 years ago
- The code for our submission in Kaggle's competition Quora Question Pairs which ranked in the top 25%.☆30Updated 5 years ago
- Tensorflow implementation of Facebook TagSpace☆74Updated 6 years ago
- Try to use tf.estimator and tf.data together to train a cnn model.