amazon-archives / amazon-dsstne

Deep Scalable Sparse Tensor Network Engine (DSSTNE) is an Amazon developed library for building Deep Learning (DL) machine learning (ML) models
Apache License 2.0
4.41k stars 731 forks source link

Add NNDataSetAccessors::SetStreaming and ::GetStreaming. Fix bug in NNTypes::CalculateSparseDatapointCounts #219

Closed chezruss closed 5 years ago

chezruss commented 5 years ago

Issue #, if available:

Description of changes:

Add NNDataSetAccessors::SetStreaming and NNDataSetAccessors::GetStreaming. Fix bug in NNTypes::CalculateSparseDatapointCounts that failed to detect addressing the vCount vector beyond its address range.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.