Skip to content

Commit

Permalink
add codes for visualize embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
lawlite19 committed Oct 29, 2018
1 parent af9a4c9 commit 6961f82
Show file tree
Hide file tree
Showing 8 changed files with 1,090 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified code/.DS_Store
Binary file not shown.
Binary file modified code/tensorflow-tools/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion code/tensorflow-tools/tensorflow_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

'''可视化embedding, 3个步骤'''
with tf.Session() as sess:
'''1、 将2D矩阵放入Variable中国'''
'''1、 将2D矩阵放入Variable中'''
embeddings_var = tf.Variable(plot_array, name='embedding')
tf.global_variables_initializer().run()

Expand Down
Binary file modified code/triplet-loss/.DS_Store
Binary file not shown.
Binary file added code/triplet-loss/experiment/mnist_10k_sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6961f82

Please sign in to comment.