Skip to content

Commit

Permalink
clean tsne module
Browse files Browse the repository at this point in the history
  • Loading branch information
mingukkang committed Feb 23, 2021
1 parent e7cbd4c commit 12ab50a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ def plot_tsne_scatter_plot(df, tsne_results, flag, run_name, logger):

df['tsne-2d-one'] = tsne_results[:,0]
df['tsne-2d-two'] = tsne_results[:,1]
# x="tsne-2d-one", y="tsne-2d-two",
plt.figure(figsize=(16,10))
sns.scatterplot(
x="tsne-2d-one", y="tsne-2d-two",
Expand Down

0 comments on commit 12ab50a

Please sign in to comment.