mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-16 19:01:12 +08:00
lab_helpers
This commit is contained in:
@ -2,7 +2,7 @@ import copy
|
||||
|
||||
from torch import nn
|
||||
|
||||
from labml.helpers.pytorch.module import Module
|
||||
from labml_helpers.module import Module
|
||||
|
||||
|
||||
def clone_module_list(module: Module, n: int):
|
||||
|
Reference in New Issue
Block a user