mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2024-12-22 22:31:48 +01:00
Update custom_training_loop.py
Removed unused import
This commit is contained in:
parent
78c3235eee
commit
eae9024fcb
@ -10,7 +10,7 @@ Features (go/100_enablements):
|
||||
"""
|
||||
import datetime
|
||||
import os
|
||||
from typing import Callable, Dict, Iterable, List, Mapping, Optional
|
||||
from typing import Callable, Dict, Iterable, List, Optional
|
||||
|
||||
|
||||
from tml.common import log_weights
|
||||
|
Loading…
Reference in New Issue
Block a user