Skip to content

Commit

Permalink
gpu = F
Browse files Browse the repository at this point in the history
  • Loading branch information
kstawiski committed Sep 24, 2020
1 parent d70031e commit bfe100b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/benchmark.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ if (length(mxnet) == 0) { mxnet = FALSE }
search_iters_mxnet = as.numeric(readLines("var_search_iters_mxnet.txt", warn = F))
search_iters = as.numeric(readLines("var_search_iters.txt", warn = F))
holdout = ifelse(readLines("var_holdout.txt", warn = F) == "TRUE", TRUE, FALSE)
gpu = tensorflow::tf$test$is_gpu_available()
# gpu = tensorflow::tf$test$is_gpu_available()
gpu = F # force GPU to F

cat("Ok. Starting benchmark. This will take a while.. be patient. You can monitor this by checking CPU-load and temp/benchmark.csv for preliminary results.\n")
ks.benchmark(
Expand Down

0 comments on commit bfe100b

Please sign in to comment.