You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- HARCNN() in [Convolutional neural networks for human activity recognition using mobile sensors](https://eudl.eu/pdf/10.4108/icst.mobicase.2014.257786)
<li><p>Then install <ahref="https://developer.nvidia.com/cuda-11-6-0-download-archive">CUDA v11.6</a> following NVIDIA's instructions.</p></li>
182
+
<li><p>Then install <ahref="https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html">CUDA</a> following NVIDIA's instructions.</p></li>
183
183
<li><p>Install the latest version of <ahref="https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh">conda</a> and activate conda.</p></li>
184
184
<li><p>Install the required Python dependencies using <code>env_cuda_latest.yaml</code> and conda:</p></li>
185
185
<pre>conda env create -f env_cuda_latest.yaml # You may need to downgrade the torch using pip to match the CUDA version.</pre>
0 commit comments