Spaces:
Running
Running
File size: 181 Bytes
a4f74f3 | 1 2 3 4 5 6 7 | #!/usr/bin/env python3
"""Baseline evaluation — see training/evaluate.py for the full implementation."""
from training.evaluate import main
if __name__ == "__main__":
main()
|