Closed bfhealy closed 11 months ago
This PR adds a --continue-training flag to create-svdmodel that allows an existing tensorflow model to be additionally trained. The code raises an error if the user sets --continue-training with any other interpolation type.
--continue-training
create-svdmodel
This PR adds a
--continue-training
flag tocreate-svdmodel
that allows an existing tensorflow model to be additionally trained. The code raises an error if the user sets--continue-training
with any other interpolation type.