Best way to evaluate downstream performance? #11631
              
                Unanswered
              
          
                  
                    
                      astrobdr
                    
                  
                
                  asked this question in
                code help: CV
              
            Replies: 2 comments 1 reply
-
| 
         hey @smartdanny ! can you explain your tasks a little more? like step-wise procedure on how it should work.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            -
| 
         Any guidance on this?  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose we are training a resnet using a scheme like moco.
And between every epoch (or every few epochs) we want to freeze the weights and evaluate the trained feature extractor on a different dataset by just attaching a 2-layer MLP to the end of the frozen feature extractor, training the MLP for a few epochs.
Whats the best place to do this downstream training? In a callback? Is there already an example available?
Some caveats: I would have to make new dataloaders in this 2nd-stage training, with a different dataset, and start with a random MLP every time.
Advice?
Beta Was this translation helpful? Give feedback.
All reactions