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.
|
- #!/bin/bash
- path="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
- echo "Hetu root is" $path
- export PATH="$path/bin:$PATH"
- export PYTHONPATH="$path/python:$path/build/lib:$path/third_party/GraphMix/python:$PYTHONPATH:$path/third_party/HetuML/hetuml/python"
|