Remove setup script, TPU memory monitor, and training model script

- Deleted `setup_tensorflow_tpu.sh` which was responsible for setting up the TensorFlow environment on TPU v5e-8.
- Removed `tpu_memory_monitor.py`, a tool for monitoring TPU memory usage during training.
- Eliminated `train_model.py`, the script for training the Brain-to-Text RNN model.
This commit is contained in:
Zchen
2025-10-20 11:05:03 +08:00
parent 7c272b7c5b
commit f8fb4d7133
10 changed files with 1 additions and 3302 deletions

View File

@@ -8,7 +8,7 @@ It provides the same functionality as the PyTorch version but with TensorFlow
operations optimized for TPU performance.
Usage:
python train_model_tf.py --config_path rnn_args.yaml
python train_model_tf.py -config_path rnn_args.yaml
Requirements:
- TensorFlow >= 2.15.0