Skip to content

Commit 4ef95c9

Browse files
committed
alright WavePDE taking way too much time
1 parent 4cd6c3f commit 4ef95c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

visualbench/runs/mlbench.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@ def run_visual(self):
9696

9797
def run_ml(self):
9898
"""non-stochastic ML tasks"""
99-
# ------------------------------ PINN (Wave PDE) ----------------------------- #
100-
# ndim = 132,611
101-
# 22s. ~ 7m. 20s.
102-
# 9+3=12 ~ 4m. 20s.
103-
bench = tasks.WavePINN(tasks.WavePINN.FLS(2, 1, hidden_size=256, n_hidden=3)).to(CUDA_IF_AVAILABLE)
104-
self.run_bench(bench, 'ML - Wave PDE - FLS', passes=10_000, sec=600, metrics='train loss', vid_scale=4)
99+
# # ------------------------------ PINN (Wave PDE) ----------------------------- #
100+
# # ndim = 132,611
101+
# # 22s. ~ 7m. 20s.
102+
# # 9+3=12 ~ 4m. 20s.
103+
# bench = tasks.WavePINN(tasks.WavePINN.FLS(2, 1, hidden_size=256, n_hidden=3)).to(CUDA_IF_AVAILABLE)
104+
# self.run_bench(bench, 'ML - Wave PDE - FLS', passes=10_000, sec=600, metrics='train loss', vid_scale=4)
105105

106106
def run_mls(self):
107107
"""stochastic ML tasks"""

0 commit comments

Comments
 (0)