240 发简信
IP属地:北京
  • Resize,w 360,h 240
    Pytorch用指定GPU训练

    当有多台GPU可用时,如果想指定用某块GPU来训练: '''CUDA_VISIBLE_DEVICES=gpu_id python main.py'''

  • 远程查看Tensorboard

    ssh连接远程server 在远程server上打开tensorboard 本地终端ssh进行端口重映射(;,如下8666为本地端口,8888为...

  • Mac Openpose安装Python API遇到的坑以及解决方法

    记录mac上安装openpose python api遇到的坑 1. Prerequisites https://github.com/CMU-...