Tensor Stunts I: batch-aware attention computing

First part of tensor stunts.

Numpy and pytorch (and, more generally languages used for math computation) promote the replacement of good old for loops by creative use of the tensor libraries. As Python is inherently slow, this use can dramatic...

Continue reading...

Les outils de gestions de bibliographie comme zotero se sont maintenant imposés comme des standards. Au lieu de gérer ses fichiers bibtex à la main, on a maintenant la possibilité de centraliser et de hiérarchiser ses préférences bibliographiques.

La présente page visera à faire le tour de ce q...

Continue reading...

Here are comments about a number of Javascript Libraries I use/intend to use.

Continue reading...

When learning javafx, I have liked a number of things, and in particular the consistence of the naming and MVC mechanism (vs. the multiplicity of mechanisms used by Swing).

However, two points bothered me:

  • the lack of a good low-level interface. Graphics2D is a really good and fast API. T...

Continue reading...

Pour les nouveaux développements du projet Ramsès, je me suis mis à tester systématiquement. Du coup, je me lance aussi dans le test de l'interface web, avec le framework ‛spring-test‛.

Continue reading...