Bazuker
Bazuker
When you are putting a handler for an inline button, all you get in the callback is a reference to a callback object ```Go func handler(c *tb.Callback) { ... }...
Does not seem to be working on higher versions of the Tensorflow. Would it change in upcoming versions?
Hi, I am trying to implement Russian language. I've created train data in Russian and trained the model using .Train() (init.go) function previously added TrainRussianModel() line inside of it. Then...
Hi, I followed the guide in the video & jupyter notebook and trained my model based on the dataset from kaggle that were mention in the video. I tried all...
Rod Version: v0.113.3 ## The code to demonstrate your question I have authenticated myself on GitHub manually. When I use the code below in headless mode I am not authenticated...
Docker, 6 CPU, 16 GB of RAM, Mac OS Ventura 13.2.1, M2 Max Using a slightly modified version of https://github.com/iain-mackie/marqo-gpt3 I am trying to process 10 documents with length of...
If you try to paste a relatively long input string, 300-400 lines of text, the program freezes entirely and you have to force-close it You don't even have to submit...
Rod Version: v0.116.1 The following code panics when `frame.HTML()` is called. `frame` is confirmed not to be `nil`. I can provide full iframe HTML code if necessary. ## The code...