Skip to content
Prev Previous commit
Next Next commit
Set GPU test back
  • Loading branch information
lantiga committed Mar 14, 2021
commit 865dea9960fdb3f626d9fd66f3c2588beabf88d2
1 change: 0 additions & 1 deletion tests/flow/tests_tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def test_run_tf_model(env):

with open(model_filename, 'rb') as f:
model_pb = f.read()
DEVICE = "CPU"

ret = con.execute_command('AI.MODELSET', 'm{1}', 'TF', DEVICE,
'INPUTS', 'a', 'b', 'OUTPUTS', 'mul', 'BLOB', model_pb)
Expand Down