inet.package¶
Subpackages¶
Submodules¶
inet.helpers module¶
Common helper methods that are required in most sub-directories of the current directory
- copy_model(input_model, layer_range: Tuple[int, int] = (0, - 1))[source]¶
Method to copy layer_range from a model into a new model instance.
- Parameters
input_model – the model to copy
layer_range – the range of layers to copy from the input model
- Returns
a new model having layer_range based on the input_model