Created
          January 22, 2020 23:23 
        
      - 
      
- 
        Save vsay01/ea9d8da0af543eb64918c1d4f83624df to your computer and use it in GitHub Desktop. 
    checkpoint data
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | checkpoint = { | |
| 'epoch': epoch + 1, | |
| 'valid_loss_min': valid_loss, | |
| 'state_dict': model.state_dict(), | |
| 'optimizer': optimizer.state_dict(), | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment