Peter Yu
Peter Yu
As @iitzco-asapp mentioned, this is b/c the simple flask server cannot handle parallel requests. We can solve this issue by running the report site behind a wsgi server such as...
Our goal is to make the `Trainer` into "an object that users never had to override." I'd like to understand exactly why one would override the `Trainer` when customizing a...
@jeremyasapp thanks for the clarification. I think I understand the direction we need to take better now. I totally agree with your point about having sensible defaults to simplify the...
https://github.com/PyTorchLightning/metrics/blob/fef83a028880f2ad3e0c265b3e5bb8a184805798/torchmetrics/functional/classification/stat_scores.py#L132-L143 It seems like if reduce is not `macro` it just deletes that particular column, which I don't think is the right thing to do.. rather we should delete the...
pytorch should be
@neersighted Unfortunately no b/c the server returns `404`: ``` ❯ http https://download.openmmlab.com/mmcv/dist/cu113/torch1.12 HTTP/1.1 404 Not Found Connection: keep-alive Content-Length: 267 Content-Type: application/xml Date: Tue, 25 Oct 2022 16:28:17 GMT Server:...
I see. I'm happy to help as much as I can. What kind of tests are you looking for? It seems more involved now since we're not dealing with servers...
@neersighted Let me know where I should be adding these test cases, and I’ll see what I can do!
@Maciej-Zwolinski Sorry I dropped the ball on this one, but I'm glad my trace has been helpful to you. Please let me know if you need any help with your...