Skip to content

TensorBoard logging not available on Python 3.14 #12

@Sahilbhatane

Description

@Sahilbhatane

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions