MCPcopy Create free account
hub / github.com/pytorch/examples / main.py

File main.py

language_translation/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from time import time # Track how long an epoch takes
2import os # Creating and finding files/directories
3import logging # Logging tools
4from datetime import date # Logging the date for model versioning

Callers

nothing calls this directly

Calls 2

inferenceFunction · 0.85
mainFunction · 0.70

Tested by

no test coverage detected