Charles Frye
Charles Frye
one important bit not to miss: there should be a convenience function to construct Fully-Qualified Artifact Paths:tm: from their constituent strings. This might be a class method, so it can...
this is done for `LitMLP`, but not `LitCNN`
hmm, maybe not in the contest, but in the conv notebook? or should i drop these specialized layers for the first class?
use `wandb.login` instead of `!wandb login` for a smoother experience
Worth looking at other places where I iterate over components of a module (parameters, buffers) and seeing whether .modules is a better choice.
It also doesn't help that there are two copies of the data: one normalized and one not normalized. Moving the normalization into the data-loading or into the model (as is...
Thanks for your hard work on an awesome tool! I just wanted to chime in on why this is important to me, as a user. The image editor was one...
@abidlabs Happy to help! The most useful transformations were adding noise, blurring, adding text, and erasing/drawing. Adding noise and blurring are nice generic robustness tests, but they are relatively easy...
Thanks for the quick turn-around on the fix! I really like that you've made it easier for users to flag outputs by adding buttons for the flagging options. My biggest...
One more nit: the flagging buttons don't change visibly on click (only on hover), so users don't have any indication that their click went through.