Remember2018

Results 3 issues of Remember2018

Hi, thanks a lot for your great work! I have a question, in the `Double DQN`, maybe the following code needs a `stop_gradient`? target_q = rewards + (gamma*double_q * (1-terminal_flags))...

Hi, Dear All, thanks a lot for this great project! I have trained the model with `32x128` OCR images successfully. I have a question, how do we test the new...

Hi, thanks a lot for sharing your great work on FOTS. I have a question, in the code, you set the maximum width of RoIs is 256, but in practices,...