Can I run the model training without the UI displayed on the terminal? #2005
              
                
                  
                  
                    Answered
                  
                  by
                    laggui
                  
              
          
                  
                    
                      nagacharan-tangirala
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         Thanks for the fantastic work on this framework! I am trying to study a federated learning scenario using Burn. Since there will be multiple training instances, I don't want the Burn UI to be displayed. Is there an option to disable that?  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            laggui
          
      
      
        Jul 11, 2024 
      
    
    Replies: 1 comment 1 reply
-
| 
         You can use a custom renderer instead of the default terminal UI renderer. Check out the custom-renderer example, it implements a very simple   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        nagacharan-tangirala
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You can use a custom renderer instead of the default terminal UI renderer.
Check out the custom-renderer example, it implements a very simple
MetricsRendererthat simply uses thedbg!macro to print the values. You can adjust to your use case to log/display the as you wish.