-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdoc.go
More file actions
12 lines (11 loc) · 772 Bytes
/
doc.go
File metadata and controls
12 lines (11 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
// The `go-tfdata` is a Go library helping to work with tar/tgz archives and files in
// TFRecord and tf.Example formats, including converting TAR files to TFRecord files.
//
// It provides interfaces and their default implementations on each intermediate step between tar and TFRecord format.
// Additionally, it includes easy to use utilities to convert and augment data in intermediate steps.
//
// The library is designed with simplicity, speed and extensibility in mind. The goal is not to support multiple, complicated
// communication protocols for remote data handling or complex algorithms implementations, it's rather giving ability for
// users to extend it in any possible way.
package gotfdata