deepspeech.pytorch
deepspeech.pytorch copied to clipboard
weights_summary and weights_path on lightning_config not working.
Hi there
I am training a model and saving the checkpoints in a folder according to ModelCheckpointConf in the lightning_config module. This works and I set it up to save the top model. In the same module there's TrainerConf which has the options: "weights_summary" and "weights_save_path". I provided the path and left summary as "top" but the weights folder is still empty. Is there anything else I should be setting? Thanks.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.