Skip to content

Commit 0133de2

Browse files
committed
Cleaned up code
1 parent ffbc36b commit 0133de2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

recml/core/training/partitioning.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import flax.linen as nn
2323
import jax
2424
import numpy as np
25-
# FIXED: Use the public experimental module available in JAX 0.4.30
2625
from recml.core.training import mesh_context
2726

2827

recml/examples/train_hstu_keras.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# Add the RecML folder to the system path
1616
sys.path.append(os.path.join(os.getcwd(), "../../../RecML"))
1717

18-
# RecML Imports
1918
from recml.core.training import core
2019
from recml.core.training import keras_trainer
2120
from recml.layers.keras import hstu

0 commit comments

Comments
 (0)