-
Notifications
You must be signed in to change notification settings - Fork 14
Plan #1
Comments
In future You planing using tensorflow lite? Meybe with compiling tensorflow lite directly in gem? or only convert https://www.tensorflow.org/lite/microcontrollers/build_convert |
doesn't the TF python API use swig? Maybe that'd be a better way to do the ruby port? |
This link is broken. Would you mind having a look here? |
@sp00ck (sorry for the long delay) There aren't any plans to support TensorFlow Lite. @eggie5 From what I can tell, it uses the C++ API (but not SWIG). This is probably the quickest path forward, but requires a complete rewrite. Someone is welcome to try this. @Ashvith Let me know if you find the updated link. |
Great, updated. |
@ankane meybe, I can't check. Not working on my hardware x86 with Fedora |
Any plans to support the Tensorboard utils ? |
Current status: the C API doesn't yet support gradients for eager tensors, so work is on-hold until it's added. Two alternatives approaches are 1. use the graph (TensorFlow 1.0) API or 2. use the C++ API instead.
Plan
TF_GetAllOpList
ortensorflow/core/ops/ops.pbtxt
Tf::RawOps
Tf::Math
that usesTf::RawOps
Tf
methods that usesTf::Math
Data::Dataset
modulekeras_beginner
branchkeras_advanced
branchsaved_model
branchResources
Maybe (later)
Tf::Keras::Models::Sequential
->Tf::Sequential
orTf::SequentialModel
Tf::Data::Dataset
->Tf::Dataset
The text was updated successfully, but these errors were encountered: