Srijan Srivastava
Results
1
issues of
Srijan Srivastava
I have the following code in a jupyter cell: ```python device = "cuda" if torch.cuda.is_available() else "cpu" model, preprocess = clip.load("ViT-L/14", device=device) ``` My kernel keeps crashing. I have tried...