Yves Moisan

Results 44 comments of Yves Moisan

I started experiencing this issue today. Slack on my Windows laptop notifies in real time but my Ubuntu client started asking me the "Load new messages" box today. I checked...

Hi. I am also interested in running [Singularity](https://sylabs.io/guides/3.8/user-guide/quick_start.html) jobs on a Slurm cluster through submitit. Are there any examples lying around ? Something like `function = submitit.helpers.CommandFunction(["singularity", "--version"])` works fine....

FWIW, even though a commandline tool for running slurm jobs is a [non-goal](https://github.com/facebookincubator/submitit/#non-goals), I found that dynamically editing a singularity command as a Python string template goes a long way....

Q1 No Q2 Below is a series of screeshots with `submitit` jobs on the left and `sacct` on the right; the top image shows the beginning of the batch of...

Just printing the job object repeatedly. Checking the `state` property of job items does the job. Still, it's funny job2 doesn't get updated as long as job 3 isn't launched....

FWIW I manually replace [this line](https://github.com/jupyterhub/repo2docker/blob/00769c0fb2624558d600c6a24f14b4ba4154f4ce/repo2docker/buildpacks/base.py#L15) in the template with ```python FROM nvidia/cuda:11.2.0-cudnn8-runtime-ubuntu18.04 ``` Or whatever cuda/cudnn combination is installed on the destination host. We have to add a couple...

Thanx ! I thought you might already have a flag to include in flags.svg. I'm really eager to have French directions :-)

See 3892090 for a French flag in SVG format.

A nice way of validating if inputs are applicable to a given model implemented as a decorator : see "input validation" in [A comprehensive guide to putting a machine learning...

If we wanted to devise some kind of standard for model interoperability around HDF5, we would likely come up with a HDF5 *product* definition. Interesting excerpts from [HDF Product Designer](https://wiki.earthdata.nasa.gov/display/HPD/HDF+Product+Designer...