Last active
          July 5, 2020 10:06 
        
      - 
      
 - 
        
Save neelriyer/dbaf384c9f2e3af5a9b80133ee304c53 to your computer and use it in GitHub Desktop.  
    Initial train for video restoration
  
        
  
    
      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
    
  
  
    
  | data = get_data(bs=64,size=128) | |
| learn = None | |
| gc.collect() | |
| wd = 1e-3 | |
| learn = unet_learner(data, arch, wd=wd, loss_func=feat_loss, callback_fns=LossMetrics,blur=True, norm_type=NormType.Weight) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment