Description:
TensorBoard fails to import on Python 3.14 due to the same protobuf metaclass issues.
Workaround:
- Use Python 3.11 or 3.12
- Training metrics are still saved to checkpoint files and can be visualized with matplotlib
Files Affected:
src/utils/visualization.py - TensorBoardLogger class
src/federated/maml_trainer.py - TensorBoard logging
Description:
TensorBoard fails to import on Python 3.14 due to the same protobuf metaclass issues.
Workaround:
Files Affected:
src/utils/visualization.py-TensorBoardLoggerclasssrc/federated/maml_trainer.py- TensorBoard logging