This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Mon Aug 22 00:36:48 2016 | |
@author: park | |
""" | |
#%% train | |
import theano |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda activate py27 | |
(py27) ash@ash-ThinkPad-T470:~/Documents/geographconv$ THEANO_FLAGS='device=cuda0,floatX=float32' nice -n 9 python -u gcnmain.py -hid 300 300 300 -bucket 50 -batch 500 -d ./data/cmu/ -enc latin1 -mindf 10 -reg 0.0 -dropout 0.5 -cel 5 -highway | |
11/15/2018 09:10:49 AM Could not initialize pygpu, support disabled | |
Traceback (most recent call last): | |
File "/home/ash/miniconda3/envs/py27/lib/python2.7/site-packages/theano/gpuarray/__init__.py", line 227, in <module> | |
use(config.device) | |
File "/home/ash/miniconda3/envs/py27/lib/python2.7/site-packages/theano/gpuarray/__init__.py", line 214, in use | |
init_dev(device, preallocate=preallocate) | |
File "/home/ash/miniconda3/envs/py27/lib/python2.7/site-packages/theano/gpuarray/__init__.py", line 99, in init_dev | |
**args) |