Commit da5c9c47 authored by Widener, Patrick's avatar Widener, Patrick
Browse files

Update status

parent f7e30b89
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
-*- mode: org-mode; -*-

- looks like there's some issue with the size of the numpy array that is getting
  sent. 10K elements of the array is too large, 1K gets sent/received
  OK. The -16 data file contains ~1455K array elements. I'm going to
  work around this by sending multiple messages; we'd be doing this
  anyway to do incremental training.
- looks like there's some issue with the size of the numpy array that
  is getting sent. 10K elements of the array is too large and causes
  the receive side to hang; 1K gets sent/received OK.

  The -16 data file contains ~1455K array elements.

  I'm going to work around this by sending multiple messages; we'd be
  doing this anyway to do incremental training.