Hello, I am trying to run a model and getting this error where Tensorflow is trying to use the CUDA-based CudnnRNN operation, which is not available because I'm running TensorFlow with DirectML, not CUDA. I have
But tensorflow-directml-plugin isn't supported for version 3.11 and later. Learn how to configure your device to run and train models with the GPU using tensorflow-directml-plugin. STEP 1: Minimum (and maximum) system requirements Before installing the TensorFlow-DirectML-Plugin, ensure your ...
our team worked to bring machine learning training acceleration to TensorFlow 2. Today, we are happy to announce the release of our DirectML PluggableDevice preview package for TensorFlow onPyPI. Alongside our release, we are excited to announce that TensorFlow-DirectML-Plugin is open-sourced...
The code I'm working with is located inthis notebook. When I run the fit() method, I encounter an error message: UnimplementedError: Graph execution error. This issue is visible in the output of cell 20 in the notebook. I am accessing this computer via Remote Desktop Protocol (RDP), a...
@@ -450,12 +484,56 @@ const tensorflow::profiler::XSpace& DmlTracing::GetXSpace() plane.SetName( absl::StrCat("/device:GPU:", i, " (DirectML) - ", adapter.Name())); auto line = plane.GetOrCreateLine(0); line.SetName("Kernels (CPU Timeline)"); auto memcpy_h2d_line = p...