JamesLear92
JamesLear92
Hi, i've had a play around with this and I find a way to search moves quicky. I just tried the following to enumerate moves: static void Main(string[] args) {...
I've added the Mish activatation function as suggested in #93 ~~This is work in progress at the moment as it's working perfectly when not using CUDA.~~ ~~When running the DigitsCudaTest...
CNTK was by far the best library available to C# developers who wanted to build and train custom neural networks. GPU acceleration just worked, no messing about; fantastic performance. I...
Hello there, I had a quick look into the script, and it appears that the accelorator/type names are found using: [psobject].Assembly.GetType("System.Management.Automation.TypeAccelerators")::get However, if you look into the hashtable that this...
While using this library I've come across some really weird syntax. For instance, if I were to retrieve my calendar permissions I'd do the following: `await graphServiceClient.Users["[email protected]"].Calendar.Request().GetAsync();` In C#, square...
Hi, all, Firstly, I love this PowerShell in vscode, thank you for this! Secondly, I loved PowerGUI while it worked. Mostly because a lot of the scripting work that I...
Hello, I love this game. There are two features that I've really wanted (which I've implemented locally). Firstly, the ability to change gameplay speed, especially at the start of games....