240 发简信
IP属地:俄勒冈州
  • conversion between numpy float16 and hex string

    Convert a numpy float16 data to hex string Remember to view any float fo...

  • How to add OpenVINO inference_engine as source root in PyCharm

    Open project structure tab: File->Setting->Project->Project Structure Cl...

  • How to run a script automatically when starting a conda environment

    Create folder YOUR_CONDA_ROOT/YOUR_ENV_NAME/etc/conda/activate.d/. Put y...

  • office c2r install

    一条龙安装激活下载地址自行搜索安装界面可以选择安装pro版或single product,似乎这两种版本不要混装比较好点击安装自动开始在线下载安...

  • 解决Antimalware Service Executable占用CPU的问题

    Antimalware Service Executable是Windows Defender的一个组件,能够实时检测程序运行时的恶意行为。 这...

  • 使用setuptools安装自定义python包提示找不到头文件的问题

    今天把之前在ubuntu下写的pytorch的cuda扩展放到win10下面编译,记录一下出现的几个问题。 用vs的编译工具编译的时候提示err...

  • python充分利用多核性能预处理ImageNet数据集

    TL;DR:用multiprocessing库解决python单线程处理大量图片缓慢的问题。 最近想试试HSI色彩空间的图片对卷积网络有没有帮助...