Open vigliensoni opened 4 years ago
As of now, two sets of files are generated:
- model_XXX_YYYmodel-matrix-LS.data
- model_XXX_YYYmodel-matrix-vis.data
- model.json
- weights.bin
With the current version, I can do one or the other, not both at the same time for the timeout issue. I should look into async calls.
The issue seems to have been fixed in b6220220e645c5e4b940b9ffe16d2a627f7ff5e8 but still testing.
When saving a model, the matrix generation is taking a long time (30x30 = 900 sampled points). I'm getting the following error from Node:
I should take a look into asynchronous call to the function that is generating and saving the matrix.