Diane Feddema

Results 14 comments of Diane Feddema

Link to Speech challenge: Speech: https://github.com/harvard-edge/dataperf-speech-example

David's PR https://github.com/harvard-edge/dataperf-speech-example/pull/1

You can do this with an open source tool called skopeo. e.g. aws ecr create-repository --repository-name '{{ NEW REPO NAME }} ' && skopeo copy --format=v2s2 containers-storage:localhost/{{ my-podman-created-image}}:{{ image-tag}} docker://{{...

Link to Speech challenge: Speech: https://github.com/harvard-edge/dataperf-speech-example

Read only access feature for input data in containers (docker, podman, singularity) for mlcubes requested by MedPerf WG.

I would like to test this with podman before we merge.

We need to verify that either **docker** or **podman** are available. Both docker and podman use the docker runner, hence for the podman user docker will likely not be running...

I made the change suggested above and ran it on a single V100. It failed with "loss: nan (nan) loss_classifier: nan (nan) loss_box_reg: nan (nan)" and soon after the nans...

@Sara-KS I also tested the syntax you show above. --mount type=volume,src=foo-pvc,dst="/data",type=volume,src=bar-pvc,dst="/data" and it did not work for me. Here's what I used, that is similar to your example, and it...

Is there some way to get the yaml for this? I want to see how codeflare_sdk is specifying the local volumes when I specify them like this in the jobdef:...