Jim Lloyd

Results 2 comments of Jim Lloyd

Compression is working fine. Here are some snippets that might help anyone looking for examples: To create a record writer using GZIP compression: options = tf.python_io.TFRecordOptions(tf.python_io.TFRecordCompressionType.GZIP) writer = tf.python_io.TFRecordWriter(outFilePath, options=options)...

It is possible for two node-java modules to coexist in one node.js process, but practically speaking, it requires some extra effort. The main requirement is that the classpath must be...