Dwayne Robinson
Dwayne Robinson
> Although I think PyTorch will do type promotion and yield float outputs. Oh, interesting. I didn't realize PyTorch has asymmetric input/output data types (whereas ONNX requires the same `T`...
The build error is broader and not related to the DML EP specifically. @skottmckay would know more about device selection. @jywu-msft also [noted here](https://github.com/microsoft/onnxruntime/pull/24430#issuecomment-2807347538) that there were build failures with...
> When using SDK 10.0.22621.0 instead, the build completes Build with 10.0.22621.0? The SDK you use is independent from your target OS, as I can build my apps using even...
https://github.com/microsoft/onnxruntime/blob/main/include/onnxruntime/core/graph/constants.h#L32-L55 ``` constexpr const char* kCpuExecutionProvider = "CPUExecutionProvider"; constexpr const char* kCudaExecutionProvider = "CUDAExecutionProvider"; constexpr const char* kCudaNHWCExecutionProvider = "CUDANHWCExecutionProvider"; constexpr const char* kDnnlExecutionProvider = "DnnlExecutionProvider"; constexpr const char* kOpenVINOExecutionProvider...
> Can you add this link to the Python docs? I'm not sure who is in charge of Python documentation, but maybe @natke would know, or maybe @scottmckay would know...
> Block quantize axes? Do you know any instances in either existing models or requests for to add support that you could point me to? 🤔 [ONNX's elementwise operators](https://onnx.ai/onnx/operators/onnx__Add.html) support...
@JeLuF - Useful tip. 👍👍
> Adding an option to crop the image inside of EasyDiffusion would make sense, though. That would be a convenient time saver. Lately I've been upscaling some of my favorites,...
> That new task has settings which do not have configuration options Yeah, I encountered that too where "Make Similar Images" sadly drops certain useful information in the new task,...
Hi Jelu. Oops, fixed mistake above (that should have been 30%, not 300%! 😋), but it's faster nonetheless ⏱️. Here are my timings for different batch sizes (6, 3, 1)...