Vladislav Tumko

Results 15 comments of Vladislav Tumko

The easiest solution is to run `!/path/to/mpiexec/mpiexec -n 2 ...` Source: https://stackoverflow.com/questions/48724342/using-mpirun-within-a-jupyter-notebook

Just try that idea from the original sample.py: https://github.com/openai/jukebox/blob/830f9b65cff9c346e7bee4c97ec049fe139447f2/jukebox/sample.py#L192-L225

Made a pull request to fix this #39

Hey, Anton! I've seen your post here: https://github.com/opencv/opencv/pull/14827. Did you solve the problem?

@elenasamuylova, does it still in need? I would like to contribute.

@guarin, hi! I have two questions: 1. Where to find a list of deprecated models? 2. What to do with mypy error `Untyped decorator makes function ... untyped`? Add it...

@guarin, as long as there is no src, I think it should be configured to check only tests. I will make a PR to fix this.

@guarin, if I set mypy to analyze only tests it throws a lot of error from this folder. If I understand correctly you have a TODO in pyproject.toml to empty...

@guarin, great, I will work on it.