Eldar Insafutdinov

Results 49 comments of Eldar Insafutdinov

Hi, I don't have them available right now. I started training the models, it's going to take a few days if you are willing to wait. Cheers, Eldar.

Hi Vladislav, I actually did try to train with MobileNets, but accuracy is substantially worse than ResNets (~70% PCK vs 86% of ResNet-50). This is a bit surprising, because the...

Hi, This script builds C++ code written in C++ 11,and from the build log it looks like the compiler on MacOS X does not recognise the C++ 11 switch, specified...

Hi guys. I haven't uploaded the code, that generates the test set yet. Is it what you are trying to do? Because otherwise, just for predictions you don't need the...

I can confirm the bug. I change files locally, the log is full of messages like this: ``` grive-sync.sh[143885]: Retriggered google drive sync ('data/GoogleDrive') ``` But no sync is happening....

I can reproduce it on Fedora Linux running on a laptop when it wakes up from sleep.

I experience the same problem. I am on Ubuntu 22.10, NVIDIA RTX 2080Ti, Sunshine v.16.0. When attempting to launch Steam Big Picture, Sunshine host crashes with segmentation fault.

[Screencast_20240409_072342.webm](https://github.com/paulmcauley/klassy/assets/108657/87da49b1-4273-45e1-bb05-7ec3969a0bb4) Attaching the screencast directly.

It did work in VS Code and the reason is that I set the `typeCheckingMode="off"` - which overrode the value of `reportUndefinedVariable`. Looks like `diagnosticSeverityOverrides` is not a correct category...