Skip to content

Instantly share code, notes, and snippets.

@shnhrtkyk
Created December 27, 2019 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shnhrtkyk/9387357af875f511b0b2226c12259dcf to your computer and use it in GitHub Desktop.
Save shnhrtkyk/9387357af875f511b0b2226c12259dcf to your computer and use it in GitHub Desktop.
#!/bin/sh
#$ -c#!/bin/sh
#$ -cwd
#$ -l q_node=1
#$ -l h_rt=24:00:00
. /etc/profile.d/modules.sh
module load python/3.6.5
module load cuda/9.0.176
module load nccl/2.2.13
module load intel/19.0.0.117
module load cudnn/7.1
module load tensorflow
cd ~/alsNet/tf_ops/3d_interpolation/
sh ./tf_interpolate_compile.sh
cd ~/alsNet/tf_ops/sampling/
sh ./tf_sampling_compile.sh
cd ~/alsNet/tf_ops/grouping/
sh ./tf_grouping_compile.sh
cd ~/alsNet/
pip install --user --upgrade pip
pip3 install --user laspy
pip3 install --user scikit-learn
pip3 install --user matplotlib
python ./hoge/piyo.py --inList ./data/foo/bar.csv --threshold 20 --minBuild 0 --learningRate 0.0001 --outDir ./logs_models/ --archFile archs.arch4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment