kevashcraft
Follow
Full stack engineer experienced in supporting data-driven applications and whose strongest abilities are server configuration and database administration.
- Central Florida, USA
- https://kevashcraft.com
Highlights
Pinned Loading
-
EagleLogger
EagleLogger PublicAmateur radio net logging application. Multi-platform, containerized.
Vue
-
Flash-Spanish
Flash-Spanish PublicFlash! Spanish Tap and Learn - https://flash-spanish.kevapps.com
JavaScript
-
-
-
Writing a TFRecord File
Writing a TFRecord File 1with tf.io.TFRecordWriter('examples.tfrecord') as training_file:
2for features, label in batch:
3features = {
4'label': tf.train.Feature(int64_list=tf.train.Int64List(value=[label])),
5'features': tf.train.Feature(float_list=tf.train.FloatList(value=features)) # expects list, so if numpy use .tolist() and ensure it's 1-D
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.