diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-14 17:57:26 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-14 17:57:26 +0200 |
| commit | 79bc4d248b97ccc70e5170f964a2cf585a2d9311 (patch) | |
| tree | 6fa4066780d8eee2abd322d4b15c71f9b2fed43f /train.py | |
| parent | 645805625e43f9e2511f8be73df09e00da97e22e (diff) | |
printing
Diffstat (limited to 'train.py')
| -rwxr-xr-x | train.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ for epoch in range(start_epoch, start_epoch + opt.niter): epoch_start_time = time.time() # if epoch != start_epoch: # epoch_iter = epoch_iter % dataset_size + epoch_iter = 0 for i, data in enumerate(dataset): #, start=epoch_iter iter_start_time = time.time() total_steps += opt.batchSize |
