Jack Pertschuk
Jack Pertschuk
@jishajoseph what version of tensor flow?
@jishajoseph try running `nboost --model_dir --model TfBertRerankModelPlugin` class `Tfv1BertRerankModelPlugin` for tensorflow 1.x versions.. the model path should be a directory containing a .ckpt file, bert_config.json, and vocab.txt
@jishajoseph sorry flag above should be `--model` . Running `nboost --help` shows all available flags
Just released to pypi
Is there a workaround for this right now? Is tf.one_hot embedding the token_type_ids as such then? 0 -> [1 0] 1 -> [ 0 1 ] 2 -> [ 0...