Mohamed Yousef
Mohamed Yousef
For many models (especially deep ones with many parameters e.g. bidi2), I keep getting the following error clstm.cc:664: void ocropus::GenericNPLSTM::backward() [with int F = 1; int G = 2; int...
it would be very nice to provide a code or a high level description of using 2DLSTMs in CLSTM for OCR tasks. going though the image filter example in test-2d.cc...
1) the test-gpu.cc refered in the SConstruct file is missing from the repository 2) is it enough to set gpu=1to scons to enable GPU support ? 3) what is the...
**Environment:** 1. Framework: PyTorch 2. Framework version: 1.10 3. Horovod version: latest **Bug report:** The deadlock scenario: - We currently have `n = min_np` nodes running - One or more...
**Environment:** 1. Framework: PyTorch 2. Framework version: 1.10 3. Horovod version: latest master 4. Python version: 3.7 5. OS and version: Ubuntu 20.04 **Checklist:** 1. Did you search issues to...
Hello, The CIFAR100 super-class used [here](https://github.com/alinlab/CSI/blob/master/datasets/datasets.py#L17) are quite different from the standard division described [here](https://www.cs.toronto.edu/~kriz/cifar.html) This can be easily seen by comparing to other implementations that follow the standard division,...
Hi, I managed to get the released Differentiable Binarization detection yaml working well, however, EAST doesn't seem to follow directly from this, any plans for releasing a sample yaml file...