j-towns / craystack

Compression tools for machine learning researchers
Other
82 stars 8 forks source link

Evolve empty_message to base_message with randomize option and remove float32 casting. #10

Closed dsevero closed 3 years ago

dsevero commented 3 years ago

This PR

  1. renames empty_message to base_message;
  2. adds randomize option to base_message;
  3. adds test_base_message;
  4. removes np.float32 casting in gaussian buckets.

Not 100% sold on the last line of the test, where we approximate the entropy and assert it to be between 0.48 and 0.52

dsevero commented 3 years ago

Closed in favor of https://github.com/j-towns/craystack/pull/11