Ishan Kumar

Results 6 issues of Ishan Kumar

Fixes #2314 Description: As described in the issue, added a generalized version of EarlyStopping where the `stop_function` and `pass_function` can be user-defined. @sdesrozis let me know if the approach is...

module: handlers

Fixes #1917 Description: Added a minimum implementation of PyTorch profiler as a handler with engine. A lot of other features can be added, please let me know if you have...

module: handlers

Hi, The requirements mentioned in the ``setup.py`` file include ``typing`` which is redundant as it is included in the stdlib from python 3.5 onwards see [here](https://pypi.org/project/typing/#:~:text=NOTE%3A%20in%20Python%203.5%20and,newer%20Python%20(bugfix)%20version.). Since iNLTK supports only...

Added an easy-level question comparing contextual and non-contextual embeddings. The options and questions have become a little wordy, let me know if they are unreadable I'll rephrase them.

minor typo fix "your" -> "you"

needs-review

Pandas throws an error now on iteritems File "/opt/conda/envs/py311/lib/python3.11/site-packages/pandas/core/generic.py", line 6299, in __getattr__ return object.__getattribute__(self, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Series' object has no attribute 'iteritems' Needs to be updated with items()