Skip to content

Commit

Permalink
remove in-related comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fitsumreda committed Dec 4, 2017
1 parent 008d928 commit 5d259d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env python

# freda (todo) :

import torch
import torch.nn as nn
from torch.utils.data import DataLoader
Expand Down Expand Up @@ -406,4 +404,4 @@ def inference(args, epoch, data_loader, model, loss, offset=0):

train_logger.add_scalar('seconds per epoch', progress._time() - last_epoch_time, epoch)
last_epoch_time = progress._time()
print("\n")
print("\n")

0 comments on commit 5d259d5

Please sign in to comment.