From 100e0da84c7b8e091e5b5975a110fa2a75013226 Mon Sep 17 00:00:00 2001 From: yu Date: Mon, 15 Apr 2019 15:53:31 -0400 Subject: [PATCH] add path to python3.6 --- HCP_fmripredict/my_test_mnist_gcn.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HCP_fmripredict/my_test_mnist_gcn.py b/HCP_fmripredict/my_test_mnist_gcn.py index 1774355..7a64666 100644 --- a/HCP_fmripredict/my_test_mnist_gcn.py +++ b/HCP_fmripredict/my_test_mnist_gcn.py @@ -1,3 +1,8 @@ +#!/home/yuzhang/tensorflow-py3.6/bin/python3.6 + +# Author: Yu Zhang +# License: simplified BSD +# coding: utf-8 import numpy as np import time