Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Carlos-Francisco Méndez-Cruz
/
sentence-representation-word-embeddings
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Carlos-Francisco Méndez-Cruz
2018-03-09 11:58:02 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f49095e71de415b6e42708fd85d547f83af524f
0f49095e
1 parent
7ce2ee56
WISSE example
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sentence-representation/plot_Vectors.py
sentence-representation/plot_Vectors.py
View file @
0f49095
...
...
@@ -151,7 +151,7 @@ if __name__ == "__main__":
if
options
.
absoluteValue
:
fileName
=
options
.
vectorFile
+
'.abs.'
+
options
.
outputFormat
else
:
fileName
=
options
.
vectorFile
+
options
.
outputFormat
fileName
=
options
.
vectorFile
+
'.'
+
options
.
outputFormat
fig
.
savefig
(
os
.
path
.
join
(
options
.
outputPath
,
fileName
))
# plt.axis('tight')
...
...
Please
register
or
login
to post a comment