Francesco

Results 28 issues of Francesco

It would be great to be able to plot a list of points instead of one single point at the time. E.g. ``` python from pastalog import Log log_a =...

There is no point in having a `dtype` parameter in the MNIST constructor. There is a `Transformer` that changes the dtype. I didn't check if this parameter is present also...

enhancement
refactor

At my best knowledge it is not currently possible to compute statistics on the whole dataset, e.g., per-pixel mean and standard deviation. This wouldn't fit well in the `Transformer` class...

It seems very weird to me that a `Dataset` object returns a `state` through `Dataset.open` and then manipolates the state itself with, e.g., `Dataset.get_data(state)`. It seems much better to have...

I know it was discussed before but I wasn't able to find an open issue on this. It would be useful to have a module that takes one or more...

The `AbstractDataStream` and the `Dataset` classes are both abstract, but the naming is not consistent. Is there a reason for this that I am not seeing? I like "Abstract" to...

cmp-buffer breaks this mapping: ``` :nnoremap i_r| " Insert single char in normal mode with space + char ``` Specifically, pressing "" results in "__" being inserted instead of a...

It would be nice to have some guidelines on how to extend smartdispatch to use new clusters.

The logs of my jobs are missing some lines (I print one line every batch, approx 6 out of 7 are missing!) and sometimes the lines are scrambled (the outputs...

It would be great to move the completed logs, possibly into a "completed" dir and a "failed" dir. This could be an easy temporary/first step to go in the direction...