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

Added constructors to NNDataSet to allow for programmatic creation of… #200

Closed kiukA9 closed 5 years ago

kiukA9 commented 5 years ago

… NNDataSet without a NetCDF file

Issue #, if available:

Description of changes:

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

kiukA9 commented 5 years ago

NOTES:

  1. Please Press on "ignore whitespace" before starting the review (I cleaned up some trailing whitespaces and off spacing)
  2. As discussed with slegrandA9 made constructor and destructor for NNLayer back to being private
  3. Bootstrapped unit testing (using cppunit) by added unit tests for NNDataSet.
kiukA9 commented 5 years ago

wrong pull request, will redo