Skip to content

Commit

Permalink
Removed old plots; fixed raster for paper
Browse files Browse the repository at this point in the history
  • Loading branch information
smsharma committed Nov 28, 2023
1 parent b2b2762 commit 19ade4b
Show file tree
Hide file tree
Showing 27 changed files with 107 additions and 102 deletions.
3 changes: 0 additions & 3 deletions models/scores.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from models.transformer_adanorm import Transformer as TransformerAdaNorm
from models.gnn import GraphConvNet
from models.chebconv import ChebConvNet
from models.dynamic_edge_conv import DynamicEdgeConvNet
from models.mlp import MLP

from models.graph_utils import nearest_neighbors, nearest_neighbors_kd, fourier_features
Expand Down Expand Up @@ -194,8 +193,6 @@ def __call__(self, z, t, conditioning, mask):
h = jax.vmap(GraphConvNet(**score_dict, in_features=z.shape[-1]))(graph)
elif self.gnn_type == "chebconv":
h = jax.vmap(ChebConvNet(**score_dict))(graph)
elif self.gnn_type == "edgeconv":
h = jax.vmap(DynamicEdgeConvNet(**score_dict))(graph)

# Predicted noise
eps = graph.nodes - h.nodes
Expand Down
88 changes: 43 additions & 45 deletions notebooks/03_viz_vel.ipynb

Large diffs are not rendered by default.

118 changes: 64 additions & 54 deletions notebooks/04_viz_pos.ipynb

Large diffs are not rendered by default.

Binary file removed notebooks/plots/3d_animation.gif
Binary file not shown.
Binary file removed notebooks/plots/3d_animation.mp4
Binary file not shown.
Binary file removed notebooks/plots/animation.gif
Binary file not shown.
Binary file removed notebooks/plots/animation_both.gif
Binary file not shown.
Binary file removed notebooks/plots/animation_both_norotate.gif
Binary file not shown.
Binary file removed notebooks/plots/animation_diffusion.gif
Binary file not shown.
Binary file removed notebooks/plots/animation_diffusion_jets.gif
Binary file not shown.
Binary file removed notebooks/plots/animation_diffusion_jets_mass.gif
Binary file not shown.
Binary file removed notebooks/plots/animation_norotate.gif
Binary file not shown.
Binary file modified notebooks/plots/box_pos_viz.pdf
Binary file not shown.
Binary file modified notebooks/plots/box_vel_viz.pdf
Binary file not shown.
Binary file removed notebooks/plots/diff_viz.pdf
Binary file not shown.
Binary file modified notebooks/plots/diff_viz_ode.pdf
Binary file not shown.
Binary file modified notebooks/plots/diff_viz_sde.pdf
Binary file not shown.
Binary file removed notebooks/plots/diff_viz_sde_2.pdf
Binary file not shown.
Binary file removed notebooks/plots/diff_viz_sde_rast.pdf
Binary file not shown.
Binary file removed notebooks/plots/gallant.pdf
Binary file not shown.
Binary file removed notebooks/plots/gallant_more.pdf
Binary file not shown.
Binary file removed notebooks/plots/leafy.pdf
Binary file not shown.
Binary file removed notebooks/plots/mnist_dark.png
Binary file not shown.
Binary file removed notebooks/plots/qg.pdf
Binary file not shown.
Binary file removed notebooks/plots/sequential_nbody.pdf
Binary file not shown.
Binary file removed notebooks/plots/t.pdf
Binary file not shown.
Binary file modified notebooks/plots/traj_cosmo.pdf
Binary file not shown.

0 comments on commit 19ade4b

Please sign in to comment.