Skip to content

Commit

Permalink
Reformat Code with PyCharm
Browse files Browse the repository at this point in the history
  • Loading branch information
Bethany Lusch authored and Bethany Lusch committed Oct 12, 2019
1 parent 1e87913 commit 0a864a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions helperfns.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import datetime
import pickle
import time

import numpy as np
import pickle
import tensorflow as tf
import time


def stack_data(data, num_shifts, len_time):
Expand Down
6 changes: 2 additions & 4 deletions training.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import os
import time

import numpy as np
import os
import tensorflow as tf
import time

import helperfns
import networkarch as net
Expand Down Expand Up @@ -276,7 +275,6 @@ def try_net(data_val, params):
if finished:
break


if step > params['num_steps_per_file_pass']:
params['stop_condition'] = 'reached num_steps_per_file_pass'
break
Expand Down

0 comments on commit 0a864a5

Please sign in to comment.