varna9000
varna9000
It would be really nice if we have [Undetected Chromedriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver) integrated in SeleniumRerquest to bypass Cloudflare DDoS detections.
I have a dataset of ~2GB. I can't fit it in my GPU, so I decided to split the dataset into chunks of 500MB If I train gpt-2 from scratch...
Hi, can you implement [this function,](https://docs.makerfactory.io/m5stack/api/power/) in ip5306.py? If module is powered only on battery, the chip powers down the whole circuit if esp32 is put into deep sleep and...
I'm trying to build mp 1.12, but on `make clean` I get the following error, after copying Makefile from your latest source of camera module. `Makefile:101: *** missing separator. Stop.`
How could one equalise image high in the gallery? May be something similar to ekko's "data-max-height" option?
For all of us who doesn't use Vim, It would be nice to have an option to remap the keys in the config file. For example for me personally would...
1. Created requirements.txt for easier pip install 2. Added checks for CPU/CUDA in simple_inference.py, so we run the model also on CPU only systems. Tested on Macbook Pro M1 with...
> If you are powering the microcontroller directly from the battery you will get the battery voltage without using any additional pin. I'm reading 4.2V LiPo battery from attiny85 VCC...
I tried to flash micropython (generic esp32-s3) onthe board, the flashing went well, however UART doesn't show on usb anymore. Any guide how I can I access/enable the usb uart...
There is no IORead in the latest uasyncio. It is replaced by IOQueue.queue_read() as far as I can see. I'm trying to get a simple captive portal, so I'll appreciate...