Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SippieCup committed Apr 18, 2020
1 parent 48c86d4 commit d445374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selfdrive/modeld/runners/keras_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def write(d):
def run_loop(m,name):
isize = m.inputs[0].shape[1]
osize = m.outputs[0].shape[1]
int
print("ready to run keras model %d -> %d" % (isize, osize), file=sys.stderr)
while 1:
# check parent process, if ppid is 1, then modeld is no longer running and the runner should exit.
Expand Down

0 comments on commit d445374

Please sign in to comment.