Sergio Pedri

Results 266 comments of Sergio Pedri

Possibly related, I just got a random error as well in the Win32 sample: ``` [D3D12 message #0 for "[53104] NVIDIA GeForce GTX 1050" (HW: True, UMA: False)] [Category]: D3D12_MESSAGE_CATEGORY_RESOURCE_MANIPULATION...

Hi, thank you for using my lib! 😊 You can get the outputs of the trained network for a given input tensor by calling one of the `Forward` methods of...

Hello, thanks for the suggestion, right now there's not a built-in way to do that. While I don't plan to support importing TensorFlow models directly, there are two possible solutions...

The library generally uses the correct UpperCamelCase format, the only cases where I went with all-caps words are the `APIs` and `cuDNN`/`cpuDNN` namespaces, for personal preference ("APIs" because it stands...

Hi @Oceania2018 - I just found out about that repo and it does look awesome! I should clarify why I decided to write my own neural network library though, instead...

I agree that GitHub isn't exactly up to date and I think it's stuck on C# 8 or something (plus it just doesn't work perfectly in some specific cases anyway,...

Hi @Cheesebaron, thank you for your reply! Would you have an example on how to do a minimal startup of MvvmCross from a standalone .NET 6 console app (so without...

> "For the mobile part, most developers are viewing packages from a desktop environment and it made sense for a first version to only build a large screen compatible UI"...

I feel like there's some misunderstanding here, the code snippet you shared could never work. There's no way that eg. `FirstName` would know about having to notify `FullName` in a...

> "the way it is currently done, my code snippet would never work, but it could work if it was done the opposite direction" No, that's not what I'm saying....