Created
          July 12, 2020 23:17 
        
      - 
      
 - 
        
Save neelriyer/03dec8d2aa9332ec513438cb3ae89d8b to your computer and use it in GitHub Desktop.  
    Collab filtering create the optimser
  
        
  
    
      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
    
  
  
    
  | model = EmbeddingDot(n_users, n_movies).cuda() | |
| opt = optim.SGD(model.parameters(), 1e-1, weight_decay=1e-5, momentum=0.9) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment