Greg Nutt
Greg Nutt
Here's the file. [Cell Housing Hole Template V7.1.zip](https://github.com/AstroPrint/AstroBox/files/2171256/Cell.Housing.Hole.Template.V7.1.zip)
I just discovered if I set tf.compat.v1.disable_eager_execution() in my constructor that it now runs on my ancient APU.
Sorry, here's the story. I have a program I'm writing in VB.NET. Works fine on a Surface Pro 7. I tried to run it on this AMD A6 machine and...
Yes, both systems are 64 bit. The Surface Pro 7 is Windows 11 Pro 64 bit and the AMD A6 is running Windows 10 Pro 64 bit. Despite being at...
Ok. I've had some interesting things happen. 1. Sometimes it works. However, the last time I tried it, my app didn't work with the GPU the first time after I...
Unfortuntately, while I sort of agree with SharpStyle, I think it could also be confusing for cross developing. I would say either keep Python style or just drop python style...
> The separation into TensorFlow.Net and another package like TensorFlow.py, for example, is a good approach. I admit to being quite confused by the naming conventions and certain workarounds that...
Do you have more information on this? Caution: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting with TensorFlow 2.11, you will need to install TensorFlow...
I'm wondering if a certain manufacturer is trying to push out NVidia. I was just looking at this discussion: https://discuss.tensorflow.org/t/2-10-last-version-to-support-native-windows-gpu/12404/6 and according to [chunduriv], it can be built from source...
I have also experienced this error setting up a Conv1D layer: Dim denseLayer5 = layers.Conv1D(64, kernel_size:=3, activation:="relu") Dim denseOutput5 = denseLayer3.Apply(denseOutput4)