io.warp10:warp10-ext-tensorflow
Installation
$ wf g -w /path/to/warp10 io.warp10 warp10-ext-tensorflow
/path/to/warp10/
is where Warp 10 is physically located.
Readme
WarpScript™ TensorFlow extension
This extension adds functions to the WarpScript™ language to manipulate TensorFlow TFRecords
.
TFRecord
is the recommended format for storing and feeding data into models for both training and inference. It is a compact binary format which can be used in TensorFlow without needing to convert back and forth to Python Numpy arrays.
The use of TFRecords
therefore brings improved performance and efficiency to your Machine Learning pipeline.
Installation
Once you have downloaded the .jar
file of the extension via the WarpFleet wf
tool you need to enable the extension by adding the following line to your Warp 10™ configuration:
warpscript.extension.tensorflow = io.warp10.script.ext.tensorflow.TensorFlowWarpScriptExtension
You can then restart your Warp 10™ instance.
New functions
The extension adds functions to create tf.train.Example
and tf.train.SequenceExample
instances and pack them in TFRecord
.
It also adds functions to extract information from those formats.
Author

SenX
contact@senx.io
Version
1.0.1-uberjar
Type
Extension
Last published
2021-05-21
License
Apache-2.0
Repository
Path | Size | Creation time |
---|---|---|
->TFEXAMPLE | 1997 bytes | 2021-05-20 |
->TFRECORD | 1558 bytes | 2021-05-20 |
->TFSEQEXAMPLE | 2643 bytes | 2021-05-20 |
TFEXAMPLE-> | 1244 bytes | 2021-05-20 |
TFRECORD-> | 1260 bytes | 2021-05-20 |
TFSEQEXAMPLE-> | 1422 bytes | 2021-05-20 |
Versions | Published |
---|---|
1.0.1-uberjar | 2021-05-21 |