Is burn-train + metrics + wasm a goal?
              
              #2875
            
            
                  
                    
                      AlexErrant
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 1 comment
-
        
  | 
  
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.
-
I believe that
burn-train+wasmis a goal. Should themetricsfeature work on wasm?I'm maintaining a small fork of burn(-train) that runs on browser-wasm (ref) that uses functionality gated by
metrics. In the process of upgrading to v0.16.0, I ran into two areas of interest. Note that both are related to wasm and not browser-wasm.async_channelcallsrecv_blockinghere, which is not supported on wasm. The dependency onasync-channelwas added with the PR "Consistent sync/async handling, allow more functions to be async for wasm". There may be a future where it is supported, but there's currently no momentum. I deleted AsyncProcessor in my fork.metricsusesnvml-wrapperwhich doesn't work with wasm. Ifburn-train+metrics+wasmis a goal, should we gatenvml-wrapperbehind ametrics-cudaflag?Beta Was this translation helpful? Give feedback.
All reactions