Skip to content

Instantly share code, notes, and snippets.

Run dhSegment on VSC

  • Login to vsc3
  • Load Anaconda: module load anaconda3/5.3.0
  • Install TensorFlow GPU version: conda create -n tf-gpu tensorflow-gpu=1.15
  • Activate: conda activate tf-gpu
  • Install the required modules
  • Deactivate: conda deactivate
  • Create a shell script: train_dhSegment.sh
@hollaus
hollaus / README.md
Last active June 7, 2021 12:02
MSBin ReadMe