BorisTheBrave / nice-hooks

Convenience functions for working with pytorch hooks.
MIT License
6 stars 0 forks source link

Incorrect import #1

Closed jmsdao closed 1 year ago

jmsdao commented 1 year ago

PathsLike should be ModulePathsLike

Currently raises in import error.

https://github.com/BorisTheBrave/nice-hooks/blob/main/nice_hooks/__init__.py#L4

BorisTheBrave commented 1 year ago

Thanks