Created
April 2, 2019 17:48
-
-
Save cobanov/37997279c5b2a74b249ebe090f298aa2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
first_layer_weights_and = model_and.layers[0].get_weights()[0] | |
first_layer_biases_and = model_and.layers[0].get_weights()[1] | |
print(first_layer_weights_and) | |
print(first_layer_biases_and) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment