Skip to content

Commit f59d184

Browse files
committed
Updated comment
1 parent 172ee51 commit f59d184

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

recml/examples/train_hstu_jax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,4 @@ def main(_):
268268

269269

270270
if __name__ == "__main__":
271-
app.run(main)
271+
app.run(main)

recml/examples/train_hstu_keras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""HSTU Experiment Configuration using Fiddle and RecML"""
1+
"""HSTU Experiment Configuration using Fiddle and RecML with KerasTrainer"""
22

33
import dataclasses
44
from typing import Optional

0 commit comments

Comments
 (0)