Maziyar Panahi

Results 135 comments of Maziyar Panahi

Hi @captify-sivakhno Thanks for the report, I will have a look. That said, usually when the GPU is not utilized it's more about the throughput and how many rows at...

Hi @captify-sivakhno - Could you please share specs of that Runtime? (single-node or multi-node? How many rows, numPartitions, etc.) - Could you please run the exact same experiment for `BertEmbeddings`?...

@jfernandrezj do you have a PR/fix for this issue?

I would re-genrate the keys/tokens to see what happens.

I didn't really read you question correctly, there is no support for account_activity with this library. I am sorry, you need to use other libraries for the new Twitter APIs.

Hi @danilojsl You forgot to load ONNX GPU build in start function: `spark = sparknlp.start(gpu=True)`. Once the session is started with the GPU build of ONNX and TF, the ONNX...

Some extra information, I can use A100 GPUs without any issue. So this must be something with Colab itself, it is either missing something (lib) or it has them but...

The new APIs called user activity and account activity with the same features. You can do a search in github and there are some libs that support the new APIs....

I remember someone shared this: https://github.com/super-ienien/twitter-webhooks You can still use this lib for everything else, just use other library for that specific API.

Hi @Merlinish Could you please use `NerDLApproach` instead? It's much superior and not too sensitive to training dataset: - https://github.com/JohnSnowLabs/spark-nlp/blob/master/examples/python/training/english/dl-ner/ner_bert.ipynb all the other examples: https://github.com/JohnSnowLabs/spark-nlp/tree/master/examples/python/training/english/dl-ner