-
Hi guys,
I've created a three "Select" widgets that observe one another. Basically, when one option is clicked by the user, the other boxes update their options accordingly based on a nested yaml f…
-
* On my Jupyer Notebook, when I try loading spacy by using the following command:
`nlp = spacy.load('en')`
* I get an error message:
`OSError: [E050] Can't find model 'en'. It doesn't seem to be…
-
There has been a lot of changes, and the toolbox is now easier to use, but the jupyter notebook is still a mess of earlier and more recent versions. Let's clean it up and make a nice and easy tutorial…
-
I've recently started to use sos to combine R and python code. However, the example in the [website](https://vatlab.github.io/sos-docs/doc/user_guide/exchange_variable.html) doesn't seem to work for m…
-
I am trying this in my Python notebook in Jupyter 3.0 and unfortunately, it always complains that an error like :
``` shell
-------------------------------------------------------------------------…
-
## Description
When using gpu, the model could be trained for one epoch or so and then I got Check failed: e == CUDNN_STATUS_SUCCESS (8 vs. 0) cuDNN: CUDNN_STATUS_EXECUTION_FAILED. This error repeate…
-
For the [current draft material](https://github.com/ExaESM-WP4/workshop-nesh-2020-03/tree/f4ece07d6cd9a09c4e565a026c9c27f88937713d) I would suggest at the moment:
ExaESM_WP4.ipynb
- [ ] focus th…
-
Calling `show` in some cases leads to warning messages, for example if using an inline backend in colab:
```
/home/maffoo/.virtualenvs/3.6/lib/python3.6/site-packages/matplotlib/figure.py:445: UserW…
-
This has been a major issue for several people, here are a few links to provide some context:
https://github.com/SciTools/iris/issues/2370
https://exxconfigmgmt:6391/browse/EPM-1542
---
@abooton…
-
Following the example at: https://www.kernel-operations.io/keops/_auto_tutorials/kmeans/plot_kmeans_torch.html, I get the following error when I run
```
cl, c = KMeans(x, K)
```
```
Compilin…