Alexander Zaitsev
Alexander Zaitsev
Hi, I run fsns_demo.py in chainer folder and get: `ModuleNotFoundError: No module named 'chainer'` How can I fix that?
Hi, I try to train but using this cmd command: > main.py --train_dir=../imgs/train/ --val_dir=../imgs/val/ --image_height=60 --image_width=180 --image_channel=1 --out_channels=64 --num_hidden=128 --batch_size=128 --log_dir=./log/train --num_gpus=1 -mode=train But got this error: ``` Traceback (most...
I have 2 classes: notouch and overpack - levels of tobacco in hookah bows. I have good accuracy, but the problem is that yolo displays most relevant class and it's...
I did all steps from readme_windows.txt, generated a Visual Studio solution, but when I build it I see this: `cannot open source file "DarkHelp.hpp" D:\Projects\DarkHelp\src-lib\DarkHelpConfig.cpp`  How to fix it?
Os: Ubuntu 18 Hi, went through installation steps, but did not made any changes in environments, just set **12600** port in **docker-compose.yml**. Two containers appeared: **akaunting** and **akaunting-db** When I...
To prevent code duplication in Hangfire.SqlServer.RabbitMq and in tests wrapper for EventingBasicConsumer should be written. A ready solution exists: EasyNetQ library (https://github.com/EasyNetQ/EasyNetQ/wiki/Quick-Start): ``` static void Main(string[] args) { using (var...