Text generation can use raw_model instead of model
sapphire008 opened this issue · 0 comments
sapphire008 commented
The current script bypasses the text generation step when the model is compiled. However, if we change from model(...)
to raw_model(...)
, we can still generate the text when the model is compiled.
Lines 459 to 461 in 6104ab1