You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

hetu.exp 259 B

4 years ago
12345
  1. #!/bin/bash
  2. path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
  3. echo "Hetu root is" $path
  4. export PATH="$path/bin:$PATH"
  5. export PYTHONPATH="$path/python:$path/build/lib:$path/third_party/GraphMix/python:$PYTHONPATH:$path/third_party/HetuML/hetuml/python"