Skip to content

Commit 12ab50a

Browse files
committed
clean tsne module
1 parent e7cbd4c commit 12ab50a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/misc.py

-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ def plot_tsne_scatter_plot(df, tsne_results, flag, run_name, logger):
418418

419419
df['tsne-2d-one'] = tsne_results[:,0]
420420
df['tsne-2d-two'] = tsne_results[:,1]
421-
# x="tsne-2d-one", y="tsne-2d-two",
422421
plt.figure(figsize=(16,10))
423422
sns.scatterplot(
424423
x="tsne-2d-one", y="tsne-2d-two",

0 commit comments

Comments
 (0)