Loading
Review borchify
Rework the borchify implementation to sort out dome bugs, This resulted in
- torch_proxies now don't borchify modules that does not have any weights in them as it is not needed
- borchify uses a similar process as torch_proxies
- can borchify a borch modules via deepcopy
- removed several nn modules that was not in torch.nn
Edited by Johan Gudmundsson