next-frame-predict / config.json
dvdface's picture
Simplify project structure: rename dirs and files
8b78124 verified
Raw
History Blame Contribute Delete
341 Bytes
{
"model_type": "prednet",
"architectures": ["PredNetModel"],
"auto_map": {
"AutoModel": "modeling.PredNetModel"
},
"custom_pipelines": {
"video-frame-prediction": {
"impl": "pipeline.VideoFramePredictionPipeline",
"pt": [],
"tf": ["AutoModel"]
}
},
"sequence_len": 4,
"resize_hw": [128, 128]
}