We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbc36b commit 0133de2Copy full SHA for 0133de2
2 files changed
recml/core/training/partitioning.py
@@ -22,7 +22,6 @@
22
import flax.linen as nn
23
import jax
24
import numpy as np
25
-# FIXED: Use the public experimental module available in JAX 0.4.30
26
from recml.core.training import mesh_context
27
28
recml/examples/train_hstu_keras.py
@@ -15,7 +15,6 @@
15
# Add the RecML folder to the system path
16
sys.path.append(os.path.join(os.getcwd(), "../../../RecML"))
17
18
-# RecML Imports
19
from recml.core.training import core
20
from recml.core.training import keras_trainer
21
from recml.layers.keras import hstu
0 commit comments