Last active
April 30, 2018 20:14
-
-
Save dvgodoy/ba49bdca40a2abaa68af39922e78a556 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
import matplotlib.pyplot as plt | |
fig, ax = plt.subplots(1, 1, figsize=(5, 5)) | |
fs = replay.build_feature_space(ax, layer_name='hidden') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment