mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-06-01 00:53:36 +00:00
chore: ml basic boilerplate
This commit is contained in:
13
experiments/ml/train.py
Normal file
13
experiments/ml/train.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from torch.utils.tensorboard import SummaryWriter
|
||||
from logging import getLogger
|
||||
from evals import evaluate
|
||||
logger = getLogger(__name__)
|
||||
|
||||
|
||||
def train():
|
||||
pass
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
train()
|
||||
Reference in New Issue
Block a user