How to feed a model output as another model's input in pytorch-lightning?

前端 未结 0 1724
梦毁少年i
梦毁少年i 2020-12-28 21:26

I have some pytorch-lightning model I have already trained, using

...
checkpoint_callback = ModelCheckpoint(dirpath=lightning_checkpoints_path)
trainer = Trai         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题