You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2024. It is now read-only.
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
Auto-generate ops - use either TF_GetAllOpList or tensorflow/core/ops/ops.pbtxt
Generate Tf::RawOps
Generate Tf::Math that uses Tf::RawOps
Generate Tf methods that uses Tf::Math
Numo integration
Data::Dataset module
Keras Beginner - keras_beginner branch
MNIST load data
Compile model
Fit model
Keras Advanced (subclassing) - keras_advanced branch