phihung

Results 2 issues of phihung

I'm trying to extend slicing functions to multi label classification tasks. For the moment, snorkel only supports binary classification. Here is the computation of slice attention ``` predictor_confidences = torch.cat(...

feature request
Q&A
no-stale

The [update_function](https://github.com/ipython/ipython/blob/6c00ceacfaacfe2766e4170a11fc95621545de4c/IPython/extensions/autoreload.py#L309) in the `autoreload` module tries to copy the `__closure__` attribute from the new version of the function to the old one (presumably for reloading decorated functions). However, `__closure__`...