Code Monkey home page Code Monkey logo

tf2-crnn's Introduction

Hey, I'm Raidas ๐Ÿ‘‹

I enjoy developing things and helping machines learn ๐Ÿค–.

raidasgrisk.github.io

tf2-crnn's People

Contributors

raidasgrisk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tf2-crnn's Issues

Net can't predict 0

I find you make blank_index equals the 62(last char), but when you decode, you ignore the 0, so the net can't predict the label "0".
I think you should change the char_dict, place the blank label in the first, and make blank_index equals 0, it will work well.

By the way, the output of the network is:
[62 62 62 62 62 62 62 62 62 62 48 17 17 17 17 18 18 18 18 62 62 62 62 62
62 62 62 62 62 62 62 62 62 21 21 22 62 62 62 62 62 62 62 62 62 62 62]
because the zero-padding the output of ctc_greedy_decoder will be:
[48 17 18 21 22 0 0 0 0 0]

the loss is Nan

hello, when I train my own dataset, the training loss is always Nan, how to resolve this problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.