daedsidog

Results 12 issues of daedsidog

I have a large project which I constantly have to expand every time I start work. What I did before was just expand the root folder which recursively expanded all...

enhancement

Not really a bug, but it took me a while to figure out what's wrong so it may be useful to someone else. It installs absolutely & fine the settings...

I have a net with 7 layers: `320 320 320 320 320 320 1` Created using the code: ``` std::vector layers; layers.push_back(320); for (int i = 0; i < 5;...

I am running VS2015 on MS10. The following code does not compile: ``` #include "stdafx.h" #include #include "tiny_dnn/tiny_dnn.h" using namespace tiny_dnn; using namespace tiny_dnn::activation; using namespace tiny_dnn::layers; int main(){ network...

question

Performance in the SDL2 version in WSL grinds to a halt when the screen is filled with text. Less than a single frame per second is rendered when I just...

bug
windows

This adds the contexter I've been working on for my own personal use to GPTel. As of now, this pull request is not complete because I'm unsure what's the best...

While gptel provides the tools to make any arbitrary context format, I think it's important to have a very general and all-encompassing default one for new users. I find that...

The purpose of this PR is to somewhat alleviate some of the issues discussed in https://github.com/karthink/gptel/discussions/321, mainly the ambiguity around the ownership of text in the chat buffer. Adds the...

I found myself requiring the use of vision models sometimes because it would otherwise be very unwieldy to describe my problem in text. I kept retreating back to the online...

1. Add a context in a buffer 2. Remove the context by invoking `gptel-add` at point 3. `gptel-context--alist` has an empty context, causing bugs later on. The problem lies in...

bug