Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.53 KB | None | 0 0
  1. (base) C:\Windows\system32>conda create -n tf2 tensorflow-gpu
  2. Collecting package metadata (current_repodata.json): done
  3. Solving environment: done
  4.  
  5. ## Package Plan ##
  6.  
  7.   environment location: C:\ProgramData\Anaconda3\envs\tf2
  8.  
  9.   added / updated specs:
  10.     - tensorflow-gpu
  11.  
  12.  
  13. The following packages will be downloaded:
  14.  
  15.     package                    |            build
  16.     ---------------------------|-----------------
  17.     ca-certificates-2019.11.27 |                0         124 KB
  18.     certifi-2019.11.28         |           py37_0         154 KB
  19.     cudatoolkit-10.0.130       |                0       250.0 MB
  20.     ------------------------------------------------------------
  21.                                            Total:       250.2 MB
  22.  
  23. The following NEW packages will be INSTALLED:
  24.  
  25.   _tflow_select      pkgs/main/win-64::_tflow_select-2.1.0-gpu
  26.   absl-py            pkgs/main/win-64::absl-py-0.8.1-py37_0
  27.   astor              pkgs/main/win-64::astor-0.8.0-py37_0
  28.   blas               pkgs/main/win-64::blas-1.0-mkl
  29.   ca-certificates    pkgs/main/win-64::ca-certificates-2019.11.27-0
  30.   certifi            pkgs/main/win-64::certifi-2019.11.28-py37_0
  31.   cudatoolkit        pkgs/main/win-64::cudatoolkit-10.0.130-0
  32.   cudnn              pkgs/main/win-64::cudnn-7.6.5-cuda10.0_0
  33.   gast               pkgs/main/win-64::gast-0.2.2-py37_0
  34.   google-pasta       pkgs/main/noarch::google-pasta-0.1.8-py_0
  35.   grpcio             pkgs/main/win-64::grpcio-1.16.1-py37h351948d_1
  36.   h5py               pkgs/main/win-64::h5py-2.9.0-py37h5e291fa_0
  37.   hdf5               pkgs/main/win-64::hdf5-1.10.4-h7ebc959_0
  38.   icc_rt             pkgs/main/win-64::icc_rt-2019.0.0-h0cc432a_1
  39.   intel-openmp       pkgs/main/win-64::intel-openmp-2019.4-245
  40.   keras-applications pkgs/main/noarch::keras-applications-1.0.8-py_0
  41.   keras-preprocessi~ pkgs/main/noarch::keras-preprocessing-1.1.0-py_1
  42.   libprotobuf        pkgs/main/win-64::libprotobuf-3.11.2-h7bd577a_0
  43.   markdown           pkgs/main/win-64::markdown-3.1.1-py37_0
  44.   mkl                pkgs/main/win-64::mkl-2019.4-245
  45.   mkl-service        pkgs/main/win-64::mkl-service-2.3.0-py37hb782905_0
  46.   mkl_fft            pkgs/main/win-64::mkl_fft-1.0.15-py37h14836fe_0
  47.   mkl_random         pkgs/main/win-64::mkl_random-1.1.0-py37h675688f_0
  48.   numpy              pkgs/main/win-64::numpy-1.18.1-py37h93ca92e_0
  49.   numpy-base         pkgs/main/win-64::numpy-base-1.18.1-py37hc3f5095_1
  50.   openssl            pkgs/main/win-64::openssl-1.1.1d-he774522_3
  51.   opt_einsum         pkgs/main/noarch::opt_einsum-3.1.0-py_0
  52.   pip                pkgs/main/win-64::pip-19.3.1-py37_0
  53.   protobuf           pkgs/main/win-64::protobuf-3.11.2-py37h33f27b4_0
  54.   pyreadline         pkgs/main/win-64::pyreadline-2.1-py37_1
  55.   python             pkgs/main/win-64::python-3.7.6-h60c2a47_2
  56.   scipy              pkgs/main/win-64::scipy-1.3.2-py37h29ff71c_0
  57.   setuptools         pkgs/main/win-64::setuptools-44.0.0-py37_0
  58.   six                pkgs/main/win-64::six-1.13.0-py37_0
  59.   sqlite             pkgs/main/win-64::sqlite-3.30.1-he774522_0
  60.   tensorboard        pkgs/main/noarch::tensorboard-2.0.0-pyhb38c66f_1
  61.   tensorflow         pkgs/main/win-64::tensorflow-2.0.0-gpu_py37h57d29ca_0
  62.   tensorflow-base    pkgs/main/win-64::tensorflow-base-2.0.0-gpu_py37h390e234_0
  63.   tensorflow-estima~ pkgs/main/noarch::tensorflow-estimator-2.0.0-pyh2649769_0
  64.   tensorflow-gpu     pkgs/main/win-64::tensorflow-gpu-2.0.0-h0d30ee6_0
  65.   termcolor          pkgs/main/win-64::termcolor-1.1.0-py37_1
  66.   vc                 pkgs/main/win-64::vc-14.1-h0510ff6_4
  67.   vs2015_runtime     pkgs/main/win-64::vs2015_runtime-14.16.27012-hf0eaf9b_1
  68.   werkzeug           pkgs/main/noarch::werkzeug-0.16.0-py_0
  69.   wheel              pkgs/main/win-64::wheel-0.33.6-py37_0
  70.   wincertstore       pkgs/main/win-64::wincertstore-0.2-py37_0
  71.   wrapt              pkgs/main/win-64::wrapt-1.11.2-py37he774522_0
  72.   zlib               pkgs/main/win-64::zlib-1.2.11-h62dcd97_3
  73.  
  74.  
  75. Proceed ([y]/n)? y
  76.  
  77.  
  78. Downloading and Extracting Packages
  79. ca-certificates-2019 | 124 KB    | ############################################################################ | 100%
  80. cudatoolkit-10.0.130 | 250.0 MB  | ############################################################################ | 100%
  81. certifi-2019.11.28   | 154 KB    | ############################################################################ | 100%
  82. Preparing transaction: done
  83. Verifying transaction: done
  84. Executing transaction: done
  85. #
  86. # To activate this environment, use
  87. #
  88. #     $ conda activate tf2
  89. #
  90. # To deactivate an active environment, use
  91. #
  92. #     $ conda deactivate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement