Skip to content

Commit b4ceb25

Browse files
committed
updated 2d example plot
1 parent 8c25911 commit b4ceb25

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

imgs/train_2d.png

2.25 KB
Loading

train_2d.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ fn main() raises:
199199

200200
var im4 = ax4.pcolor(m1.to_numpy(), m2.to_numpy(), kan3m.to_numpy(), vmin=vmin, vmax=vmax)
201201
fig.colorbar(im4, ax=ax4)
202-
ax4.set_title('Gaussian',fontsize=20)
202+
ax4.set_title('KAN Gaussian RBF',fontsize=20)
203203

204204
var im5 = ax5.pcolor(m1.to_numpy(), m2.to_numpy(), mlpm.to_numpy(), vmin=vmin, vmax=vmax)
205205
fig.colorbar(im5, ax=ax5)

0 commit comments

Comments
 (0)