You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After training your network it saved together with its results. Results include a text file with the performance, a .CSV file with all the connections and their weights, a .h5 with the best weights on the validtion set and a plot of the training and validation loss.
132
+
After training your network it saved together with its results. Results include a text file with the performance, a .CSV file with all the connections and their weights, a .h5 with the best weights on the validation set and a plot of the training and validation loss.
132
133
133
-
The .CSV file with the weights can be used to create your own plot but `python GenNet.py plot` also has standard plots availabe:
134
+
The .CSV file with the weights can be used to create your own plot but `python GenNet.py plot` also has standard plots available:
134
135
135
136
136
137
##### Manhattan plot
@@ -142,7 +143,7 @@ The .CSV file with the weights can be used to create your own plot but `python G
142
143
143
144
### Jupyter notebook
144
145
145
-
The orignal jupyter notebooks can be found in the jupyter notebook folder. Navigate to the jupyter notebook folder and start with `jupyter notebook`
146
+
The original jupyter notebooks can be found in the jupyter notebook folder. Navigate to the jupyter notebook folder and start with `jupyter notebook`. The notebooks are not updated but can be a useful source to understand the main code and/or to create .npz masks (to define connections between layers).
0 commit comments