Jan Freyberg
Jan Freyberg
Yes - the issue is more for debugging when it's hard to know where to capture output. I don't know why this might be happening, but the jupyter lab log...
that's a really neat workaround, thanks @kenseehart
This is a really good question! I actually don't see whether lambda (I assume you mean the parameter called alpha in this library) can be learned? It's not implemented as...
Cool. I'm still unclear if backpropping the parameter will be possible, but maybe you could try it? If you fork the repo and set it to be a learnable parameter,...
Hi @dingtao1, my recommendation would be to sweep over the parameter, between 0 and 1, and to track the accuracy (or MSE, or whatever metric is appropriate) for the label...
definitely interested in something like this - pending travel funding I would certainly attend!
this would be cool but might make it confusing to pass parameters for different things (the kernel spec & variables in the notebook) in the same manner (e.g. as key-value...
Thanks. I started by checking other geoms (eg. geom_point) but just saw a bunch of variables defined, so it was a bit confusing. I'll take a look at the base...
Hi! The retraining mechanism was actually never fully designed for returning a model for further use at the end. I was envisioning that people would take the labels at the...
Hi there, is this with the latest version of ipyannotations? I haven't seen this before but the developer console output looks like there is a conflict between different dependencies. I'll...