Closed kamelnebhi closed 4 years ago
I try to load the checkpoint locally using this: seg = DeepSegment(lang_code=None, checkpoint_path="path/to/checkpoint")
seg = DeepSegment(lang_code=None, checkpoint_path="path/to/checkpoint")
but it does not work as it will always download the checkpoint.
what is the best way to do that?
I try to load the checkpoint locally using this:
seg = DeepSegment(lang_code=None, checkpoint_path="path/to/checkpoint")
but it does not work as it will always download the checkpoint.
what is the best way to do that?