Kaishuai Xu
Results
1
issues of
Kaishuai Xu
Hello, it seems there are some problems? in bertGPT/generate.py, the `past_length` should start from 0 following the training settings. ```python length = 1 # decoding loop for i in range(100):...