Todor Arnaudov
Todor Arnaudov
Hello! I was trying out the examples from the https://textblob.readthedocs.io/en/dev/quickstart.html and I discovered that it required: ```textblob.blob import WordList``` before the WordList usage, else: ```NameError: name 'WordList' is not defined```...
**Is your feature request related to a problem? Please describe.** I couldn't find an option for turning off saving backups (.bk) for faceswap.py train. The -ss is for snapshots, but...
The "issue" was the lack of a grayscale architecture - at least I didn't find one with an "easy" research and I haven't seen grayscale deepfakes. It seemed that everybody...
Any batch script hangs, I traced it and it freezes in tensorflow when it calls **device_lib.list_local_devices()** In: C:\DFL\DeepFaceLab_NVIDIA_up_to_RTX2080Ti\_internal\DeepFaceLab\core\leras\device.py GPU: Geforce 750 Ti Win 10 ``` import tensorflow as tf from...
If it's not intentional: ``` def contains_branch_seperately(self, other_transform): """ ``` https://github.com/boris-kz/CogAlg/blob/82488293d365c5adf145ae80d20d24b19fdafba4/venv/Lib/site-packages/matplotlib/transforms.py#L1307 Also several other functions in that module. A linguistic side note: strangely a participant in the FB CogAlg chat...
Здравейте, относно превода ви на DL като "задълбочено самообучение". Произходът на "Deep" в ДЛ е от това че работи с многослойни мрежи, а не с "плитки", каквито са класическите -...
Здравейте, поздрави от ДЗБЕ и "Свещеният Сметач"! ### "Дружество за Защита на Българския Език" (ДЗБЕ), по-късно също ДРУБЕ (Развитие и Усъвършенстване), част от сп. и всестранно изследователско дружество "Свещеният Сметач"...
Hi, you've created an amazing code base both in this project and your lab! Good job! I tried to compile the ego-planer-swarm project, but either ways for building it fails...
max_new_tokens is added as a parameter to answer_question() and default is set to 256 instead of 512. **Reasons:** * In order to reduce the delay when the model enters in...
Hi, first: thank you and admirations for your great work and dedication! I'm trying to convert an old h5 GPT2 model to ggml (a GPT2-Medium, trained on Colab/Tesla T4 with...