Evan Lezar

Results 419 comments of Evan Lezar

One thought is to move validation-specific code to a separate go submodule. This would mean that only clients that opt-in to validation would depend on the transitive dependency.

/cc @mikebrow Do you know who should have a look at this? Changes are similar to https://github.com/containerd/containerd/pull/8525.

Looking at the failing tests these are: 1. Rootless tests 2. Docker compatibility tests For the first the question I would have is whether the `testdata/cdi` directory is NOT accessible...

@PrakChandra you seem to have MPS configured with a replication factor of 10. This also enforces the maximum active thread percentage for clients consuming the GPU. This is also visible...

@PrakChandra if you want full access to the GPU then remove the MPS sharing config. This will mean that the device is not shared.

There were significant improvements made to MPS with the release of Volta. It could be that our current implementation does not support pre-Volta devices. At present we have onl qualified...

I'm new to lua, so maybe the uniform function will give the right result. I will check. On Tue, 17 Nov 2015 19:03 Søren Kaae Sønderby [email protected] wrote: > Thats...

Is this perhaps related to https://github.com/tensorflow/models/issues/193#issuecomment-225634013? There it is stated that in the interpolation, the mapping should be between `[-1, 1]` and `[0, width-1]`. It seems as if the mapping...