Adrien Pouyet
Adrien Pouyet
## Feature Add a script for some basic testing such as finding batch size, testing just the dataset or just the network. ## Motivation When we are developing a new...
Hi, I'm starting a french translation on my own fork : https://github.com/Ricocotam/wtfpython I just forked it, if you have any advice feel free to create issues/comment below
Hi, Recently, HarvardNLP published a [blogpost](http://nlp.seas.harvard.edu/NamedTensor) and proposed Named Tensors. The proposition is to name dimensions rather than using indexes. The repo is [here](https://github.com/harvardnlp/namedtensor). Their second post shows how it...
Hi, Do you guys have any tips to have a faster metric computation ? I'm using the MAP and it's really slow as I need to do it quite often.
Hey, I've been trying to use your code (which is amazingly clear and easy to understand, great job and thanks a lot) on a different corpus (this [one](http://www.gutenberg.org/cache/epub/17489/pg17489.txt)) but I...
### Describe the bug I activated the gem "decidim-initiatives" in my environment, followed install instructions but I have the following error in the logs when I try to create a...
### Describe the bug When I try to reach the following URL : `admin/assemblies/my_assembly/landing_page/content_blocks/{assembly_id}/edit`. The assembly has ~20 linked assemblies. ### To Reproduce 1. Go to `/admin/assemblies/assembly-name/landing_page/edit/` 2. Click on...
Currently Python 3.10 is not supported. This is due to the package `psycopg2-binary` that can not be installed using wheels using pip.