Nicolas Granger

Results 29 issues of Nicolas Granger

### Willingness to contribute Yes. I would be willing to contribute this feature with guidance from the MLflow community. ### Proposal Summary Add step argument to mlflow.log_figure() Add slider in...

enhancement
area/uiux
stale
area/tracking

It would be nice to have support for rewinding or seeking in the generator Reader, or a transparent lazy loading in the full video reader.

This is a first shot at providing a docker version of this project. The objective is to setup a container with cuda backend (using host GPU) and a iTorch notebook...

I have found it rather tedious to deploy torch and its dependencies on my computer. Here is a dockerfile I wrote to do the job pretty much automatically (note that...

On a clean notebook with `nbsphinx_execute = 'auto'`, running the notebook fails with the following error: ``` python -m sphinx -b html docs docs/_build Running Sphinx v1.7.9 loading pickled environment......

bug
waiting-for-3rd-party

Thank you for this project that I have used for while. Currently it does not seem to work on windows 10 64bits. During installation it opens the window to ask...

bug

### 🚀 The feature A dataloader which communicates with its workers via torch.distributed.rpc API. ### Motivation, pitch Presently, process-based workers for Dataloader mean the workers live on the same server/PC...

### 📚 The doc issue Hi! I'm the author of a python library which is called [SeqTools](https://github.com/nlgranger/SeqTools). It predates torchdata and provides essentially the same functionality as `MapDataPipes`. I just...

Unfortunately, this comes a bit late as theano has recently merged a PR adding some bindings to warp-ctc (https://github.com/Theano/Theano/pull/5949). But I wanted to finish this anyway, so here it is...

EDIT: updated to cover a broader issue I think the centos docker file needs a little bit more love :-) - Offer an image with manylinux2014 as the base image,...