Skip to content

Commit

Permalink
Different paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
rousseab committed Jun 11, 2024
1 parent e418df8 commit 77eccc4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ def get_interatomic_distances(cartesian_positions: torch.Tensor,
plt.style.use(PLOT_STYLE_PATH)


base_data_dir = Path("/Users/bruno/courtois/difface_ode/run1")
# Some hardcoded paths and parameters. Change as needed!
epoch = 30
base_data_dir = Path("/Users/bruno/courtois/difface_ode/run7")
position_samples_dir = base_data_dir / "diffusion_position_samples"
energy_samples_dir = base_data_dir / "energy_samples"

Expand All @@ -46,8 +48,6 @@ def get_interatomic_distances(cartesian_positions: torch.Tensor,
data_params = LammpsLoaderParameters(batch_size=64, max_atom=8)
cache_dir = str(EXPERIMENT_ANALYSIS_DIR / "cache" / dataset_name)

epoch = 5


if __name__ == '__main__':

Expand Down

0 comments on commit 77eccc4

Please sign in to comment.