bpfrd
bpfrd
I needed the same thing and I overwrite the predict method in the class: ``` from typing import List import torch from germansentiment import SentimentModel class SentimentModel(SentimentModel): def __init__(self): super().__init__()...
Thanks. I installed it successfully but I get error when I call it: ModuleNotFoundError Traceback (most recent call last) in 10 from tqdm.notebook import tqdm 11 import rascal ---> 12...
Hi @KrKOo Great work! Thank you very much for sharing it. I followed the instructions in the github repo to run jupyterhub on minikube. The hub deployment is pending. The...
Thank you very much. It works now, but there seems to be a problem with nbgrader. When I try to get course1 as instructor1 I get the below error: 503...
Thank you very much. Everything works fine now.
> > I just noticed that in the graphical interface of formgrader there is no autograde. > > I could be wrong, but I don't think that that's even a...
I have a general question about jupyterhub which couldn’t really find an answer in the jupyterhub documentation. What is the hierarchy of functions that are called in order in jupyterhub...
Hello, I get a permission denied error when trying to install it on another system. Is the error happening on the hub container? how can we fix it? best $kubectl...
update: the error in the previous message only happens when the minikube cluster has more than one nodes
Sorry, I just saw the Dockerfile that you already provided in the demos directory and that works perfectly fine. The only question now is that if I want to deploy...