You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, saved models (.hdf5 files) are hard-coded to a given --max-len-per-line and --max-lines-per-commit setting, because these values are embedded in the tensor-shapes in the neural net architecture.
Subtly, we can't just use a large value for these settings because of GPU RAM requirements.
This issue will "go away" in <1 year as GPU hardware radically improves.
The text was updated successfully, but these errors were encountered:
Currently, saved models (.hdf5 files) are hard-coded to a given --max-len-per-line and --max-lines-per-commit setting, because these values are embedded in the tensor-shapes in the neural net architecture.
Subtly, we can't just use a large value for these settings because of GPU RAM requirements.
This issue will "go away" in <1 year as GPU hardware radically improves.
The text was updated successfully, but these errors were encountered: