mast3r
mast3r copied to clipboard
In mast3r/catmlp_dpt_head.py, Mlp function cannot be found.
In mast3r/catmlp_dpt_head.py, from models.blocks import Mlp, but there is no models.py file, and the implementation of the Mlp function cannot be found. Does it refer to nn.Linear?
It's there: https://github.com/naver/croco/blob/743ee71a2a9bf57cea6832a9064a70a0597fcfcb/models/blocks.py#L58