Stas Versilov
Stas Versilov
Hello! Thanks for your praise! What you suggest sounds like a nice idea. I looked at numpy binary format several months ago, if I remember correctly it should be perfectly...
Hello @devnacho! Actually, matrex format is already very close to the numpy's one in the branch 'array'. The data is stored separately and meta fields, like size, type, strides etc....
That's pretty fair. I think the simplest approach would be to mark all 'heavy' NIFs as dirty. I tried to mark some of them dirty before, got a slight decrease...
Oh, I forgot to mention, that branch is a bit messy, cuz I used it for experiments on the concept. Sorry for that! 1. `fill_data` will be replaced by NIF,...
@michalmuskala, can we find someone experienced to make a code review for my C code for multi-typed arrays functionality?
@doctorcorral that's a nice idea. Does ATen have external libraries as dependencies?
@elcritch, this branch is fully functional, except displaying multi-dimensional matrices in console is not working properly.
This should be relatively easy. I made a pull request for electric bass staff — which is played an octave lower than grand bass staff. If it's approved I can...
### Performance consideration on data transfer from Matrex into TensorFlow. Matrex stores data in a binary, and it's possible to pass that binary into TF. The drawback is that binary...
Nice idea! Will try today.