TensorHolography Reproduction

Paper info

Dataset download

  • Google drive
  • Taobao if can not access to google drive (too slow and easy to crash)

Prepare python environment

  • Operating system: Ubuntu
  • Package org: Anaconda, pip
  • Environment file: environment.yml
  • Shell command for prepare tensorholo env:
 # create conda python environment
conda env create -n tensorholo python=3.8.5
conda activate tensorholo

# install the packages manually
pip install opencv-python 
pip install numpy==1.18.5
pip install onnx
pip install tf2onnx

# Tensorflow install
# My tips: In the Github readme.md file: "This code runs with Python 3.8 and Tensorflow 1.15 (NVIDIA-maintained version to support training on the latest NVIDIA GPUS)." which means that it requires the access to nvidia website. My VPN software does not support Ubuntu/Linux, so it will easily fail. I did it in this way: when the install fails, you can download the .wheel file mannually (Ctrl + mouse click ) on Windows and then install it by "pip install your_wheel_file.wheel" for you env.
pip install nvidia-pyindex
pip install nvidia-tensorflow[horovod]

Follow the instructions from README.md for val, eval or re training.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值