alexhiggins732

Results 7 issues of alexhiggins732

I am porting the Keras [Actor Critic Method](https://keras.io/examples/rl/actor_critic_cartpole/#visualizations) to Tensforflow.net and when I attempt to call `np.random.choice` it throws a System.NotSupportedException Gist with full source code to reproduce the issue...

I am porting the Keras [Actor Critic Method](https://keras.io/examples/rl/actor_critic_cartpole/#visualizations) to Tensforflow.net and when I attempt to calculate the gradients it returns null. ``` csharp using (var tape = tf.GradientTape()) { //...

Implement token refresh marked in the following TODO: https://github.com/MitjaBezensek/SharpBucket/blob/f0cd7c36e1917e74344092065bc14fc931b2cfea/SharpBucketTests/GitHelpers/OAuth2GitCredentialsProvider.cs#L26

This pull request: - Updates `.gitignore` to exclude Visual Studio artifacts. - Upgrades to `v143` as required for Visual Studio 2022 tools. - Merges conflicting `Release|x64` build configurations into a...

Hi, Thanks for the time and effort to put this together. The resources linked to are great. After testing the application, I found a few bugs/issues that I would like...

bug

Running the default docker DigitsRecognitionNeuralNetwork.ipynb throws an System.OutOfMemoryException when calling `var mnist = await MnistModelLoader.LoadAsync("mnist", true);` OS: Windows 10 version 2204 (build 19041.421) Docker version 19.03.8, build afacb8b Host: Memory...

Upgrade from v1.46 to v1.53