Yoctol / strpipe

text preprocessing pipeline
Other
5 stars 0 forks source link

Collect Intermediate data #56

Closed SoluMilken closed 5 years ago

SoluMilken commented 5 years ago
class  Intermediate:
    def add(self, data):
         append data
    def __getitem__(self, index: int):
        pass
SoluMilken commented 5 years ago

Expected behavior:

pipe.add_step_by_op_name(name)
pipe.add_check_point() ?
SoluMilken commented 5 years ago

我把intermediate 消滅掉喔 等需要用時再寫

stegben commented 5 years ago

@SoluMilken 可以把你寫的程式碼先複製到 issue 上

stegben commented 5 years ago

Also, should the checkpoint mechanism be serializable?

SoluMilken commented 5 years ago

Should we save checkpoints?

stegben commented 5 years ago

Nice to have.

stegben commented 5 years ago

這兩個 CI 其實都已經跑完了,但不知道為什麼不會停下來