NikhilNayak
NikhilNayak
Hi there. I'm trying to use nanogui with an existing GLFW project. To start, I am just using the example. However, when I run it, I get the error `glUniform1i...
I recently started trying to use NanoGUI with GLFW and I keep getting an error. The specific lines where this error comes from are these: ``` nanogui::Screen *screen = new...
I'm trying to export a map file as a .obj file, but I'm getting this error. Here's the full stracktrace: ``` Exception in thread "main" java.lang.IllegalStateException: cannot calculate outlines before...
Hi. I'm interested in using your library, but I can't seem to find the Myo SDK. The download link from Myo is gone, as is the rest of their website.
In my Java code, I initialize a static variable called `x` with value `1`. In Lua, I access a class using `luajava.newInstance`. When I call a function from that class,...
**Describe the bug** When I try to connect to the TPU to finetune, it gives me this error: ``` Traceback (most recent call last): File "main.py", line 257, in main(args)...
I was wondering what's the biggest file textgenrnn can support well. I have a huge file and was wondering whether it would be worth it to just split it up...
I used gpt-2-keyword-generation to take my dataset and tokenize it. In the end, the file was about 700MB. When I try to train with any model size, the colab notebook...
Hi. I'm new to Rust, so please forgive me if this is a simple error. I'm trying to compile the package but I'm getting this error: ``` cargo:warning=third_party/libxlsxwriter/third_party/tmpfileplus/tmpfileplus.h: 24:10: fatal...
Would it be possible to finetune 20B using this repo and the TPU V3-8's? If so, how many TPUs would be needed and how would I have to change the...