Eric Jang
Eric Jang
I implemented it in a fork of this repo: https://github.com/ericjang/snail-pytorch/commit/7710e393924bdab4e0d01afeb427019a875a7d16 It wasn't clear to me from reading the paper how exactly random K-shot is implemented, since the number of parameters...
Emailed Nikhil Mishra, he's informed me that the "random uniform choosing of k in k-shot in training" did not make the model perform better, it was just a trick so...
Is this still an issue?
I built the latest version of Captura from source (Windows 10, Visual Studio Sln) and was able to reproduce the same error message posted by @warichnict This happens reliably when...
Thanks for the speedy reply. I can give it a shot, but I'm a Windows / C# noob so this might take some time. Should I look into https://docs.microsoft.com/en-us/windows/win32/direct2d/direct2ddebuglayer-overview to...
To debug things I tried setting to a local rtmp address, i.e. rtmp://127.0.0.1:8090. However, ffmpeg crashes right around 6 seconds into the recording with the following error (this is with...
I'll try to get around to it at some point! Been pretty busy with work lately :/
I was able to narrow down this issue a bit further - the issue is that require('lance-gg') is somehow loading the server-side library. How do I load the client-side library...
That's harsh. I can take another look though, there was a recent bug found in the last few months. Can you please provide an example test case?
are you getting this behavior on the CPU version or just the CUDA version? unfortunately I don't have access to CUDA-enabled computers until I get back to school to test...