bloc97
bloc97
I couldn't find an easy way to cache the data received from this API, so I've made (is still making) a wrapper that wraps this API. Cached data, even when...
New features concerning v4 will be added here. ### v4.0.x - [x] Implement restore shaders for 1080p anime. ### v4.1.x - [x] General exploration on whether using GANs can improve...
Improve line detection speed as it does not need to be pixel precise. The underlying line refinement and FXAA algorithms are already robust enough. False positives are less harmful than...
Due to how MPC handles shaders, they are always applied after subtitles. I am not sure if it is changeable. For MPV, the user can choose to not apply shaders...
Currently doing 50000^100000 or 30000! will cause the CAS to hang, but if exponentiation approximation by logarithms and Stirling's factorial approximation are implemented, the CAS should be able to handle...
Does DeepCL currently support the creation of Deconvolutional and Unpooling layers? I am trying to work with a simple autoencoder, and the speed and simplicity of DeepCL is perfect, except...
Hello! Author of YaRN here. First of all thank you for this very comprehensive paper on data engineering challenges for long context LLMs. It will certainly be very useful for...