tensorflow

Ubuntu 22.04 Tensorflow 崩溃:phtread_create 中的 EAGAIN
tensorflow

Ubuntu 22.04 Tensorflow 崩溃:phtread_create 中的 EAGAIN

我目前正在努力解决 Ubuntu 22.4 上的 tensorflow 训练问题,在调用 model.fit() 之后,在实际训练开始之前,大约 30% 的训练运行中出现以下错误消息: 2023-12-19 08:55:15.324930: I external/local_tsl/tsl/platform/default/subprocess.cc:304] Start cannot spawn child process: No such file or directory ...

Admin

是否可以将 Ubuntu 22.04 与 GeForce GT 610(390.157 驱动程序)以及 CUDA 12.2 与 TensorFlow 2.13 一起使用?
tensorflow

是否可以将 Ubuntu 22.04 与 GeForce GT 610(390.157 驱动程序)以及 CUDA 12.2 与 TensorFlow 2.13 一起使用?

我正在尝试将 Ubuntu 22.04 用于我的 CNN 项目。为此,我使用了 Jupyter Notebook。当我在笔记本中运行代码时,内核突然崩溃了。 按照 nvidia 提供的所有说明操作后,例如https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html#install-linux等和其他平台,我仍然无法正常使用此组合。是否可以更新驱动程序或降低 CUDA 版本?我尝试了多种解决方案,但没有任何效果。 Jupyter Notebook错误: NVIDIA 驱动程序信息: ...

Admin

安装 AMD GPU 驱动程序时出错 | amdgpu-lib32 依赖关系未满足 | 尝试设置 ROCm
tensorflow

安装 AMD GPU 驱动程序时出错 | amdgpu-lib32 依赖关系未满足 | 尝试设置 ROCm

我正在使用 Linux Kernel 6.2.0-23-generic、Ubuntu 23.04 和 AMD Radeon RX 7900 XT(不是 XTX!)。 我的电脑上插着 3 台显示器,其中 2 台通过 Display Port 转 HDMI 转换器连接,1 台直接插入 GPU 上的 HDMI 端口。使用 DP-HDMI 转换器的两台显示器无法再打开。我最初尝试为 TensorFlow 设置 ROCm,并按照安装过程进行操作AMD 官方文档,当我被要求重新启动 PC 时,只有一个显示器打开,我无法修复它。研究建议简单地卸载并重新安装所有驱动程序,但...

Admin

错误:非法指令
tensorflow

错误:非法指令

我尝试通过 Unified SSL Benchmark (USB) 训练模型。我遇到了错误:非法错误。我运行到配置:fixmatch 错误详细信息 ...

Admin

Ubuntu 22.04 问题,无法安装 libc6-dev...您持有损坏的软件包
tensorflow

Ubuntu 22.04 问题,无法安装 libc6-dev...您持有损坏的软件包

我不知道如何解决以下问题,这严重延迟了我的研究项目的进展: (base) chaztikov@priority:~/git/modulus$ sudo apt-get install libc6-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impo...

Admin

Ubuntu 22.04 版上 Cuda 10.1 的安装
tensorflow

Ubuntu 22.04 版上 Cuda 10.1 的安装

安装最新发布的 Nvidia 驱动程序 (418.226) 后,我在nvidia-smi命令 (第一个快照) 中看到“Cuda 版本 10.1”。根据兼容性表,我猜这意味着我必须安装 Cuda 版本 10.1这里。我使用的是 ubuntu 22.04,我的问题是,正如您在第二个快照中看到的,22.04 没有 Cuda 工具包 10.1 发布版本。 我是否应该降级到 ubuntu 18.10 来安装与我的 Nvidia 驱动程序 (418.226) 兼容的 Cuda 10.1? ...

Admin

无法让 Tensorflow 在 GPU 上运行
tensorflow

无法让 Tensorflow 在 GPU 上运行

你好,Ubuntu 社区, 我正在尝试训练一种新的深度语音模型,就像这样描述。如果我按照每个步骤操作,我就可以训练一个模型。但它是在我的 CPU 上训练的。我尝试在我的 ubuntu 18.04.05 系统上安装CUDA-10.2和/或CUDA-10.0使用运行文件。我添加了$PATH和$LD_LIBRARY_PATH到.bashrc文件当然,我安装了最新的相关 cudnn 库。我尝试了dpkg-i 命令命令,也可以通过解压档案并复制将文件复制到相关的 cuda 文件夹: sudo cp ...-archive/include/cudnn*.h /usr/l...

Admin

Bazel 未找到为 TensorFlow 构建的目标
tensorflow

Bazel 未找到为 TensorFlow 构建的目标

我正在尝试构建支持 Deepspeech 的 GPU Tensorflow,因为我的 CPU 不支持 AVX 指令。我已按照以下说明进行操作https://deepspeech.readthedocs.io/en/latest/BUILDING.html。 我安装了 Bazel 3.1 版、libsox、SWIG 以及 CUDA 和 CUDNN 所需的所有其他软件。(Bazel 可执行文件的名称是 Bazel-3.1.0,因此我不得不将其重命名为 Bazel)Tensorflow 目录内的配置过程运行良好,它可以毫无问题地找到 Bazel、Python 和...

Admin

安装 TensorFlow 失败后无法安装更新
tensorflow

安装 TensorFlow 失败后无法安装更新

Ubuntu 20.04 x86_64 GeForce GT 730 Cuda 10.1(安装 tensorflow 之前检查过,使用nvcc --version有效,但现在不行) 在我尝试安装 tensorflow 并失败后,我无法重新启动我的电脑,因为我安装了错误的 nvidia 驱动程序。然后在恢复模式下,我安装了正确的驱动程序 (390)。现在我无法 sudo apt-get 几乎任何东西,它给我错误。 例如运行sudo apt install nvidia-cuda-toolkit Reading package lists... Done Bui...

Admin

无法安装 nvidia-cuda-toolkit
tensorflow

无法安装 nvidia-cuda-toolkit

Ubuntu 20.04 x86_64 GeForce GT 730 Cuda 10.1 我可以在我的系统中安装 tensorflow gpu 吗? 运行之后sudo apt install nvidia-cuda-toolkit出现这个错误 Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you hav...

Admin

Tensorflow 未检测到 GPU - lambdalabs
tensorflow

Tensorflow 未检测到 GPU - lambdalabs

我尝试在虚拟环境(venv)中启动并运行 TensorFlow GPU: 我使用的 lambdalabs 操作系统是 Ubuntu 20.04.3 LTS。 我有以下python脚本:checkGPY.py: import tensorflow as tf if tf.test.gpu_device_name(): print('Default GPU Device: {}'.format(tf.test.gpu_device_name())) else: print("Please install GPU version of TF") ...

Admin

在 Ubuntu 20.04 上设置支持 GPU 的 TensorFlow
tensorflow

在 Ubuntu 20.04 上设置支持 GPU 的 TensorFlow

我点击了这个链接这里在我的 Ubuntu 20.04 操作系统上下载支持 gpu 的 tensorflow。这是我的快照.bashrc,我怀疑这可能是问题所在,但我无法验证这一点。 # >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! __conda_setup="$('/home/weiss/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/n...

Admin

如何删除 distutils 安装的 python 包
tensorflow

如何删除 distutils 安装的 python 包

尝试在 Ubuntu 20.04 上安装 TensorFlow Python 包时,安装脚本失败,因为它无法删除现有的 Python 包“wrapt”。错误消息表示原因是它是由 distutils 安装的,无法确定要删除的组件。 我尝试过sudo pip3 uninstall wrapt,但收到相同的错误信息。 我怎样才能删除 wrapt 包? ...

Admin

如何使用 cuda 安装“冻结”正在运行的 TensorFlow
tensorflow

如何使用 cuda 安装“冻结”正在运行的 TensorFlow

使用标签 [tensorflow],此页面上存在许多由尝试运行其安装的人们遇到的问题。 我设法使用此安装安装了带有 GPU 后端的 tensorflow(请注意,版本现在已经过时了) https://www.pytorials.com/how-to-install-tensorflow-gpu-with-cuda-10-0-for-python-on-ubuntu/ 经过几次更新后,TensorFlow 的 GPU 后端停止运行。 如果我设法让它再次工作,我该怎么做才能阻止软件包更新,直到它们不再兼容?通常,我希望我的系统更新,但不是 nvidia/cuda...

Admin

如何安装比当前 3.8.5 更旧的 Python 版本?
tensorflow

如何安装比当前 3.8.5 更旧的 Python 版本?

我正在使用 Ubuntu 20.04,想要安装一个用于激光雷达传感器的检测工具。此工具需要 Tensorflow 1.13.0 或类似版本。我发现最新版本没有此工具中使用的命令。我还发现版本 1.13.0 仅适用于较旧的 Python 版本,例如 3.6 或 3.7。我也不知道 Tensorflow 1.13.0 是否可用,因为我读到到目前为止只支持 1.15.0 或更新版本。我已经尝试使用“sudo apt-get python3.7”安装较旧的 Python 版本,但没有成功。 有人知道如何安装旧版 Python 和 Tensorflow 吗? ...

Admin