Zack Polizzi

Results 26 comments of Zack Polizzi

Removing columns is now very slow/laggy so this problem now significantly affects my workflow. I essentially cannot customize the column layout of my wandb run page at all without spending...

For what it's worth, if you copy the tag you want and paste it in the box with your mouse over where the first item will come up, and click...

I can explain part 2 of the question, but would love an explanation of part 1. Essentially in a forward pass of the network with WeightDrop, there needs to be...

I think you mostly got it right. In the `setup()` code, it's actually changing the name of the weights - it's moving them from `weight` to `weight_raw`. That way there's...

I'm also observing significantly laggy performance in modestly large (5000 line) files that resolves when folding is disabled (but I would really like to be able to use folding!).

Is it possible to type a `multiprocessing.Value`? I can't figure out how without making mypy fail.

I'm not doing anything too special with it, here's a simple example that I don't know how to properly type (as written mypy will complain): ``` import multiprocessing def target(counter:...

I would suggest trying the "issue bounty" approach as an additional source of funding. I see there may have been some attempt at this, but the integration (and promotion) of...

Good point, BountySource seems to have gone downhill (lots of reports of them not paying out bounties, etc). Gitcoin might be the best of the bunch, they are actively paying...

Got it - no worries, I understand the constraints here. It might be helpful to update the section of the documentation discussing `mypy` to explain this more clearly, though. When...