mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2024-12-23 06:41:49 +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 datetime
|
||||||
import os
|
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
|
from tml.common import log_weights
|
||||||
|
Loading…
Reference in New Issue
Block a user