Comments (18)
ctc_loss and friends is now part of contrib directory -- once it matures and we fix any issues, we'll add it to the core.
from tensorflow.
Thank you for inquiring. We are working on an implementation. It will be released if/when we are happy with its performance, API, and documentation.
from tensorflow.
Here's another request for a CTC layer / objective. I'm working on speech modeling, and CTC is pretty much essential to this.
from tensorflow.
Here here, I'm working on speech modeling too. A CTC implementation will help my effort greatly.
from tensorflow.
Just an update on timelines: we're getting closer but it won't happen before January sometime at the earliest.
from tensorflow.
Baidu has just released a fast open source implementation of CTC for CPUs and GPUs.
https://github.com/baidu-research/warp-ctc
It has a very simple C interface and it should hopefully be fairly easy to create Tensorflow bindings (we're happy to help). The release includes Torch bindings.
from tensorflow.
China is out silicon valleying silicon valley!
from tensorflow.
what's the timeline now @ebrevdo
from tensorflow.
We're closer. Still cleaning up code for release.
On Jan 15, 2016 6:41 AM, "qingzew" [email protected] wrote:
what's the timeline now @ebrevdo https://github.com/ebrevdo
—
Reply to this email directly or view it on GitHub
#32 (comment)
.
from tensorflow.
Hi Ebrevdo,
A CTC implementation would be really useful to me for some genome analysis tasks that are handled poorly by HMM approaches.
Matthew
from tensorflow.
@ebrevdo any progress? :)
from tensorflow.
Also highly interested in this and I hope that you can release your implementation soon! @ebrevdo
from tensorflow.
Coming very soon (I hope).
On Feb 22, 2016 5:34 AM, "bmilde" [email protected] wrote:
Also highly interested in this and I hope that you can release your
implementation soon! @ebrevdo https://github.com/ebrevdo—
Reply to this email directly or view it on GitHub
#32 (comment)
.
from tensorflow.
The CTC loss and two decoders (greedy & beam search for CTC) should be in the next push.
from tensorflow.
(it'll be accessible via tf.contrib.ctc.ctc_loss etc.)
from tensorflow.
Awesome!
from tensorflow.
Very Awesome
from tensorflow.
very very awesome!
from tensorflow.
Related Issues (20)
- Problem in mnist.tflite file HOT 2
- ExponentialMovingAverage doesn't work with KerasVariable HOT 4
- Multithreading is not working with teansorflow HOT 3
- TF model trained with 2.7 has error in later versions with no OpKernel error
- Jit-compiling `tf.while_loop` inside `tf.vectorized_map` raises `InvalidArgumentError` HOT 1
- Tf_lite fails to compile in v2.18.0-rc0 in Ubuntu HOT 6
- TensorFlow 2.17.0 fails to install with grpcio HOT 1
- AttributeError when importing tensorflow in python 3.9 and django 4.2 project
- ImportError: DLL load failed while importing _pywrap_tensorflow_internal: A dynamic link library (DLL) initialization routine failed. HOT 2
- TFlite compilation crashes on MacOS (error: _Float16 is not supported on this target) HOT 3
- failed to load the native TensorFlow runtime HOT 1
- Request to bring back GPU compatibility checks for TFLite `model_analyzer` HOT 2
- NotImplementedError from tf.constant in trivial case HOT 1
- Custom activation functions cause TensorFlow to crash HOT 3
- MultiHeadAttention layer broken by exception when inside Model or Layer HOT 2
- Can't compile Tensorflow 2.17 from source for cpu on fedora 40 : undefined reference HOT 1
- A dynamic link library (DLL) initialization routine failed. HOT 1
- Import Module Error: Undefined Symbol in TensorFlow Lite Runtime After Build with Blaze and Flex support HOT 1
- tflite conversion from tensorflow concrete function drops input argument names. HOT 2
- Proposal: Rename TensorFlow to Tensor Flow
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
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.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from tensorflow.