verlocks
Results
2
issues of
verlocks
# Description Like the proposal mentioned in issue, running `full_hook._name_ = (hook._repr_())` in add_hook may cause large overhead in some situation. This PR add a new parameter `skip_verbose_naming` that allows...
### Proposal Remove the full_hook.\__name\__ = (hook.\__repr\__()) line in HookPoint.add_hook, if this is not really necessary. ### Motivation I am developing a forward hook recently, and use functools.partial. When I...