Module view.TrainWeightDialog
Widget that allows the user to view snapshots of the a neural network weights during the training process.
Functions
TrainWeightDialog.new (parent) | Constructor. |
TrainWeightDialog:add_snapshot (network) | Adds a weight snapshot. |
TrainWeightDialog:prepare (network) | Prepares the dialog. |
TrainWeightDialog:run () | Runs the dialog. |
(private) TrainWeightDialog:build_gui (parent) | Builds the interface. |
(private) TrainWeightDialog:snap_changed () |
Functions
- TrainWeightDialog.new (parent)
-
Constructor.
Parameters
- parent: Parent window
Return value:
New instance of TrainWeightDialog - TrainWeightDialog:add_snapshot (network)
-
Adds a weight snapshot.
Parameters
- network:
- TrainWeightDialog:prepare (network)
-
Prepares the dialog.
Parameters
- network: Network to prepare the dialog
- TrainWeightDialog:run ()
- Runs the dialog.
- (private) TrainWeightDialog:build_gui (parent)
-
Builds the interface.
Parameters
- parent:
- (private) TrainWeightDialog:snap_changed ()