phihung
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(...
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__`...
The attributes `hx_replace_url` and `hx_indicator` are displayed twice in each component signature https://github.com/AnswerDotAI/fasthtml/blob/f0bde8c93854e01e364fbf7c3a062c0cd639664a/fasthtml/components.pyi#L75 Affected version: In current main branch