HMT-pytorch
HMT-pytorch copied to clipboard
No module named 'rmt_utils'
I am reaching out to inquire about a potential issue I encountered while working with the repository. I am attempting to import modeling_rmt . However, I am receiving an error indicating that the rmt_utils module cannot be found.
Error Message:
ModuleNotFoundError: No module named 'rmt_utils'
This error occurs in the line:
from rmt_utils.encoder import horizontal_memory_forward
This line suggests that the code expects a module named rmt_utils to be present within the repository
I would be grateful if you could clarify the intended structure of the repository regarding the rmt_utils module. Is this module expected to be present in the current codebase? Thank you for your time and assistance.