Skip to content

Instantly share code, notes, and snippets.

@cobanov
Created April 2, 2019 17:48
Show Gist options
  • Save cobanov/37997279c5b2a74b249ebe090f298aa2 to your computer and use it in GitHub Desktop.
Save cobanov/37997279c5b2a74b249ebe090f298aa2 to your computer and use it in GitHub Desktop.
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