meshgraphnets

(β˜… 105)

Rewrite deepmind/meshgraphnets into pytorch

  • __init__.py
  • all_job.sh
  • cfd_eval.py
  • cfd_model.py
  • cloth_eval.py
  • cloth_model.py
  • cloth_noripple_max_attention_10.sh
  • cloth_noripple_max_attention_15.sh
  • cloth_noripple_max_attention_3.sh
  • cloth_noripple_max_attention_5.sh
  • cloth_noripple_max_attention_7.sh
  • cloth_noripple_max_noattention_10.sh
  • cloth_noripple_max_noattention_15.sh
  • cloth_noripple_max_noattention_3.sh
  • cloth_noripple_mean_attention_10.sh
  • cloth_noripple_mean_attention_15.sh
  • cloth_noripple_mean_attention_3.sh
  • cloth_noripple_mean_attention_5.sh
  • cloth_noripple_mean_attention_7.sh
  • cloth_noripple_mean_noattention_10.sh
  • cloth_noripple_mean_noattention_15.sh
  • cloth_noripple_mean_noattention_3.sh
  • cloth_noripple_min_attention_10.sh
  • cloth_noripple_min_attention_15.sh
  • cloth_noripple_min_attention_3.sh
  • cloth_noripple_min_attention_5.sh
  • cloth_noripple_min_attention_7.sh
  • cloth_noripple_min_noattention_10.sh
  • cloth_noripple_min_noattention_15.sh
  • cloth_noripple_min_noattention_3.sh
  • cloth_noripple_pna_attention_10.sh
  • cloth_noripple_pna_attention_15.sh
  • cloth_noripple_pna_attention_3.sh
  • cloth_noripple_pna_attention_5.sh
  • cloth_noripple_pna_attention_7.sh
  • cloth_noripple_pna_noattention_10.sh
  • cloth_noripple_pna_noattention_15.sh
  • cloth_noripple_pna_noattention_3.sh
  • cloth_noripple_sum_attention_10.sh
  • cloth_noripple_sum_attention_15.sh
  • cloth_noripple_sum_attention_3.sh
  • cloth_noripple_sum_attention_5.sh
  • cloth_noripple_sum_attention_7.sh
  • cloth_noripple_sum_noattention_10.sh
  • cloth_noripple_sum_noattention_15.sh
  • cloth_noripple_sum_noattention_3.sh
  • common.py
  • continue_job.sh
  • dataset.py
  • deform_eval.py
  • deform_model.py
  • deform_noripple_sum_noattention_15.sh
  • download_dataset.sh
  • encode_process_decode.py
  • find_influential_nodes.py
  • hpc_simple_all_job.sh
  • normalization.py
  • plot.sh
  • plot_cfd.py
  • plot_cloth.py
  • plot_deform.py
  • README.md
  • requirements.txt
  • ripple_machine.py
  • run_model.py
  • student_pool.sh
  • task_continue.sh

# Installation Guide

1. Get the code
git clone https://github.com/wwMark/meshgraphnets

Downloads the entire project code from GitHub to your computer.

cd meshgraphnets

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

python -m tfrecord.tools.tfrecord2idx <file>.tfrecord <file>.id

Runs the Python script (or module).

βœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation