Shubhankar

Results 7 issues of Shubhankar

I am running jupyter lab on a server and accessing it via tunneling. I have installed everything the environment but getting ``` Launcher Error Invalid response: 500 Internal Server Error...

Why am I getting `no matches found` for any pretrained embedding_model?

I am trying to run scikit-cuda to run PCA but getting the following error: ## Problem `LogicError: cuFuncSetBlockShape failed: invalid resource handle` ## Environment NVIDIA-DGX 1 List the following info:...

Old API `model = AutoModel.from_pretrained('allenai/scibert_scivocab_uncased')` raises exception therefore updating it to `model = AutoModelWithLMHead.from_pretrained('allenai/scibert_scivocab_uncased')`