Skip to content

Commit

Permalink
Bbonev/gradient analysis sfno (#19)
Browse files Browse the repository at this point in the history
* Adding notebooks for gradient analysis

* Updated the Readme

* Refactored training script for sfno

* removing concatanated skip connections

* Added some logic for initializing weights adaptively

* Cleanup and fixing initialization in SFNO. Removing non-linear variant of SFNO

* Updated initialization scheme for SFNO

* Some more cleanup in SFNO

* updated the SFNO architecture
  • Loading branch information
bonevbs authored Nov 20, 2023
1 parent 4dadf55 commit 18c5a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def plot_data(data,
fig = plt.figure(figsize=(10, 5))
ax = fig.add_subplot(1, 1, 1, projection=projection)
im = ax.pcolormesh(Lon, Lat, data, cmap=cmap, **kwargs)

if colorbar:
plt.colorbar(im)
plt.title(title, y=1.05)
Expand Down

0 comments on commit 18c5a69

Please sign in to comment.