mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Save positional_embedding_plot figure using save_fig()
This commit is contained in:
@@ -1140,7 +1140,7 @@
|
||||
"ax2.axis([0, max_steps - 1, 0, crop_i])\n",
|
||||
"ax2.set_xlabel(\"$p$\", fontsize=16)\n",
|
||||
"ax2.set_ylabel(\"$i$\", rotation=0, fontsize=16)\n",
|
||||
"plt.savefig(\"positional_embedding_plot\")\n",
|
||||
"save_fig(\"positional_embedding_plot\")\n",
|
||||
"plt.show()"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user