Gorka Muñoz
Gorka Muñoz
> I had similar issue with OP. I was set conda environment with python 3.8.x. pytorch 1.8.1 with cuda 11.1, and pyg 1.7.2. It works totally fine with cuda 11.1...
After further exploration, it seems that in this library (and not in any other), the docs in _proc are being created in a folder named _proc/_site and not _proc/docs. Looking...
I just found the problem: the _quarto.yml file has to explicit point to the docs folder: ``` project: output-dir: docs type: website ``` Somehow I thought that it would be...
Hi! I have exactly the same problem, and used the solution proposed by @hugetim previously, but there may be a cleaner way of doing it? We would only need that...
Hi, just dropping in to confirm that I see the same behaviour @danielbellsa explains, i.e. learn.save adds a prefix `models/`. to the save path:  I have in `fastai==2.7.12` ....
Hi! Thanks for the update. I have edited the Issue to only contain the improvement. For the output table, it was thinking something like this:  This allows to better...
It seems that this only happens for some participants, but I cannot find a way of reproducing this, as it sometimes works, sometimes not...
(sorry I closed the issue by mistake...) Hi! Actually we had problems both with hidden and non hidden detailed results. In the later, only few of the participants were seeing...
After further testing, the problem does not arise because of `pkg_resource`. I updated my `setup.py` to the same one in this repo (note that the one in the template is...