Francesco

Results 28 issues of Francesco

It would be amazing to have versioning, i.e. to have a history of each note and to be able to revert a note to a specific past version. A way...

enhancement

It would be nice to be able to hide/show a table of content on the left of the page, at least in the Preview only mode. Ideally, the TOC should...

When modules are imported as `from foo import bar` the plugin fails to find the documentation of `bar`. For instance, `pw` on `bar` in the following code will result in...

The [`_with_pmap`](https://github.com/deepmind/chex/blob/70350fd8fb0937034c8da7fd1dd47de7aad0747a/chex/_src/variants.py#L428) function accepts `static_argnums` as a parameter, but not `static_argnames`. This is inconsistent with other variants, such as [`with_jit`](https://github.com/deepmind/chex/blob/70350fd8fb0937034c8da7fd1dd47de7aad0747a/chex/_src/variants.py#L346) and [`with_device`](https://github.com/deepmind/chex/blob/70350fd8fb0937034c8da7fd1dd47de7aad0747a/chex/_src/variants.py#L376). Crucially, this prevents to test methods that require...

When vim is split vertically (multiple panes), the sidebar always shows in the rightmost part of the window. It would be useful to have an option to show the sidebar...

question

I wrote a very extensive collection of notes with a central note that works as an index and links all the other notes. I typically access them in book mode,...

First of all, I'd like to take the chance to thank you for Lasagne. I tried several different frameworks built on top of Theano and none is as easy to...

I am opening this issue as a reminder that it would be very useful to collect some statistic on the usage of the queues and of the threads, to verify...

The data augmentation pipeline could be improved by relying on external tool such as https://github.com/aleju/imgaug that provide a much more comprehensive support to transformations and noise injection. Unfortunately I don't...

contribution welcome

It would be helpful to add a flag to preload the dataset in memory. Follow implementation in https://github.com/fvisin/dataset_loaders/pull/3

contribution welcome