Tony Reina

Results 7 issues of Tony Reina

In Gensim > 4 some of the APIs have changed. Confer with https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4. This leads to an error in the sentences2vec function. I've updated the Python code to detect which...

As a user I would like to keep track of my Federated Learning experiments and plot statistics of the model performance. One implementation may be using a Model Database, such...

I'd like to use this on AWS Sagemaker Studio, but I think Sagemaker Studio is JupyterLab 1. Has anyone been able to get either the inline or jupyterlab modes working...

I am getting this error when I try to run ODL with a TensorFlow model: > OMP: Error #15: Initializing libiomp5.so, but found libiomp5.so already initialized. > OMP: Hint This...

status: awaiting author response
type: unidentified error

I realize that there are now runtime MKL flags for KMP_AFFINITY, KMP_BLOCKTIME, and KMP_SETTINGS. However, I often set these variables in my environment via `export KMP_BLOCKTIME=0`. Currently, the benchmark script...

I was thinking of using BioBERT-BioASQ as a webservice for people to scan Covid-19 articles ("context") and ask questions about them. One thing I wasn't sure of was the sequence...

Is it possible to use devices that are on different machines? For example, in Horovod I can specify the IP addresses of multiple machines and do data parallelism across them....