-
Hi there,
1. I have a binary classification task and I am using the TFT model. I want to output the probability distribution over the two possible outcomes (binary) for each of the next 10 time ste…
-
I had 7 GB GPU VRAM available and around 13 GB RAM available with training configurations:
- torch==1.4.0
- batch size=1
- text_batch_size=5
- data_mode = ''
I have placed my training data o…
-
Hello,
I tried to compile the `graphicstest.ino` example on my Arduino Due with the same exact screen pictured in the Readme but it fails due to the compiler not being able to find `colorScales.c`.
…
-
I really love the OctoPrint-TFT addon.
Unfortunately i have the issue that OctoPrint-TFT get's stuck after few minutes.
The problem happens only in the printing status menu.
In all other menu's t…
-
Hi,
I'm using this library on a Teensy 4.1, using the framebuffer. Generally, I draw my graphics to a canvas (Adafruit GFXcanvas16), and then push it to the display using:
```
tft.writeRect(0, 0,…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.2.4 on 2023-08-22; Adafruit Feather ESP32-S2 TFT with ESP32S2
Board ID:adafruit_feather_esp32s2_tft
```
### Code/REPL
```python
number…
-
Dear Rudolph,
I was able to make Arduino PlatformIO example to work on my test bed composed of ESP32 MCU and a Riverdi EVE3 7" display.
I would like to use LVGL (either v7 or v8) with your library.…
-
- PyTorch-Forecasting version: 0.10.3
- PyTorch version: 1.13.0
- Python version: 3.9.12
- Operating System: Mac OS 12.6
### Expected behavior
I'm trying to do good ol' stock price prediction…
-
I'm not having much success getting touch to work. There is one show stopper in TFT_read_touch in tft.c.
There is a test for (ybottom - ytop)
-
## ❔Question
我初始化模型:
```
model = AutoModel('seq2seq', custom_model_params={
"rnn_type": "lstm",
"bi_direction": False,
"rnn_size": 64,
"dense_siz…