From Ben Fitzpatrick
ic_vec <- c('11% - 20%', '21% - 30%', '0% - 9%')
library(tidyverse)
ic_vec %>%
as_tibble() %>%
separate(col = value,| #!/bin/bash | |
| ### steps #### | |
| # Verify the system has a cuda-capable gpu | |
| # Download and install the nvidia cuda toolkit and cudnn | |
| # Setup environmental variables | |
| # Verify the installation | |
| ### | |
| ### to verify your gpu is cuda enable check |
From Ben Fitzpatrick
ic_vec <- c('11% - 20%', '21% - 30%', '0% - 9%')
library(tidyverse)
ic_vec %>%
as_tibble() %>%
separate(col = value,| ;;Record startup timestamp | |
| (defvar Emacs/invokation-time | |
| (current-time)) | |
| (custom-set-variables | |
| ;; custom-set-variables was added by Custom. | |
| ;; If you edit it by hand, you could mess it up, so be careful. | |
| ;; Your init file should contain only one such instance. | |
| ;; If there is more than one, they won't work right. | |
| '(custom-enabled-themes (quote (tango-plus))) |