Jeff Ward
Jeff Ward
Chris, The full spec is: ``` weights: initial: "/path/to/load/first/weights" last: "/path/to/save/when/exiting" checkpoint: path: "/path/to/save/checkpoints" minutes: "{{ checkpoint_time }}" validation: "{{ batch size }}" ``` Are you using the default speech.yml...
When you look in the 'train' section you see a 'weights' section that imports in the weights from the 'settings' section: ``` train: data: # A "speech_recognition" data supplier will...
Sorry about the typo there! I should have told you to define batch_size and checkpoint_time in the settings section. They can be literals, but for clarity I would recommend defining...