Skip to main content
Ctrl
+
K
Site Navigation
Getting Started
User Guide
API Reference
Math / Num Documentation
More
Release notes
Contributors
Developers Guide
License
Bibliography
GitHub
Site Navigation
Getting Started
User Guide
API Reference
Math / Num Documentation
More
Release notes
Contributors
Developers Guide
License
Bibliography
GitHub
Section Navigation
Model
Result Object
Net
smash.Net
smash.Net.add
smash.Net.compile
smash.Net.copy
smash.Net.set_trainable
smash.Net.layers
smash.Net.history
smash.Net.add
add(layer=’dense’)
add(layer=’activation’)
add(layer=’scale’)
add(layer=’dropout’)
smash.Net.compile
compile(optimizer=’sgd’)
compile(optimizer=’adam’)
compile(optimizer=’adagrad’)
compile(optimizer=’rmsprop’)
smash.Net.copy
smash.Net.set_trainable
Mesh
Dataset
In/Out
Sample Generator
Sparse Storage
Hdf5 io
Raster handler
Hdf5 handler
Object handler
Derived Type
Optimize Routines
API Reference
smash.Net
smash.Net.copy
smash.Net.copy
#
Net.
copy
(
)
[source]
#
Make a deepcopy of the Net.
Returns
:
Net
A copy of Net.
On this page
Net.copy()
Show Source