mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-05 19:41:59 +08:00
docs: clarify train_frames includes padding frame
Add docstring to train_frames field in State schema to explicitly indicate that it includes one image padding frame
This commit is contained in:
parent
7e1ac76847
commit
93b906b3fb
@ -7,7 +7,7 @@ from pydantic import BaseModel, field_validator
|
||||
class State(BaseModel):
|
||||
model_config = {"arbitrary_types_allowed": True}
|
||||
|
||||
train_frames: int
|
||||
train_frames: int # user-defined training frames, **containing one image padding frame**
|
||||
train_height: int
|
||||
train_width: int
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user