-
Firstly, thank you very much for sharing this repository. The provided model works perfectly for individual words however it cannot recognize spaces, special characters, and punctuations. Please, can …
-
**Godot version:**
3.2 bata 2
**OS/device including version:**
Mac OS 10.15.1
**Issue description:**
Edit a scene, close it and choose don't save.
Sometimes, it will crash.
**Steps to repro…
-
criterion = torch.nn.CrossEntropyLoss(ignore_index=0).to(device) # ignore [GO] token = ignore index 0
I think it's unnecessary to ignore index because the [GO] token is removed before calc…
-
Hey, my situation is as follows:
I had the same problem like in Issue #179 and I managed to find a working hook after looking for text like you adviced.
Unfortunately I seem to lose the working hook…
-
Updated version of OBS and then stopped loading.
## Expected Behavior
Application is running
## Current Behavior
When loading, it immediately crashes with an error. When trying to boot from th…
-
Once this model is trained, when feeding an image through demo.py I can only get a word as the output as best. How can I change this code / what am I doing wrong if I want to use this to recognize ima…
-
Hey,
## My environment:
* macOS 10.15.5
* Unity 2019.4.9f1
When I run the Test scene in the Unity Editor, it crashes immediately.
In the crash log I get crash because of:
`7 jp.keijiro.NDI…
-
**Describe the Bug**
The latest official build frequently crashes after running and then rewinding.
Also related is that unsaved changes to the node tree disappear after running the simulation once …
-
Hello, Belval, it's me again~ My mentor want me to implement crnn with tensorflow...But I'm poor at coding,I don't know how to start this project, can u give me some advice? Thanks very very very much…
-
Hi, I found the CRNN network implement in the project is different from the original one, which has a bn layer following each conv2d layer. I wonder why you remove them. Thanks.