Last active
March 7, 2016 14:12
-
-
Save sveitser/01b6cba989b5cd590b84 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
THEANO_FLAGS=device=cpu python grad2.py | |
/home/lulu/envs/lasagne/src/theano/theano/tensor/signal/downsample.py:5: UserWarning: downsample module has been moved to the pool module. | |
warnings.warn("downsample module has been moved to the pool module.") | |
[[[[ 0.0092912 -0.02441137 -0.02754276 0.01122958 -0.00818081] | |
[-0.01672053 -0.01367587 0.00680624 0.00199598 0.00061339] | |
[-0.00191424 -0.02243352 -0.00397626 -0.00542678 0.00766693] | |
[ 0.00202304 -0.00312776 -0.02510831 0.0181811 0.01776238] | |
[-0.00225955 0.00767795 0.00633004 -0.01474251 0.00119607]]]] | |
THEANO_FLAGS=device=gpu0,allow_gc=True,lib.cnmem=0 python grad2.py | |
Using gpu device 0: GeForce GTX 980 Ti (CNMeM is disabled, CuDNN 4007) | |
/home/lulu/envs/lasagne/src/theano/theano/tensor/signal/downsample.py:5: UserWarning: downsample module has been moved to the pool module. | |
warnings.warn("downsample module has been moved to the pool module.") | |
[[[[-0.14627254 0.76368809 0.60090244 0.10047589 0.0263798 ] | |
[ 0.23121248 1.64965785 -0.11652078 0.46527302 0.06262064] | |
[ 0.05392234 0.19747922 0.59446561 0.10646256 0.31917053] | |
[ 0.08996053 0.33428168 1.56957102 -0.04132758 -0.11155042] | |
[ 0.06956505 -0.17052184 -0.46653888 0.09660239 -0.02679189]]]] | |
THEANO_FLAGS=device=gpu0,allow_gc=False,lib.cnmem=0.5 python grad2.py | |
Using gpu device 0: GeForce GTX 980 Ti (CNMeM is enabled with initial size: 50.0% of memory, CuDNN 4007) | |
/home/lulu/envs/lasagne/src/theano/theano/tensor/signal/downsample.py:5: UserWarning: downsample module has been moved to the pool module. | |
warnings.warn("downsample module has been moved to the pool module.") | |
[[[[-0.14515238 0.50416398 0.1756589 0.39055818 0.00352018] | |
[ 0.2514624 0.8815558 0.20768148 0.50558007 0.16108963] | |
[-0.04794753 0.37061742 0.14935425 0.12678131 0.37262291] | |
[ 0.13923046 0.5169279 0.56145763 0.99157268 0.21852075] | |
[ 0.00294803 0.07380901 -0.10188126 -0.11223084 0.01193066]]]] | |
THEANO_FLAGS=device=gpu0,allow_gc=True,lib.cnmem=0.5 python grad2.py | |
Using gpu device 0: GeForce GTX 980 Ti (CNMeM is enabled with initial size: 50.0% of memory, CuDNN 4007) | |
/home/lulu/envs/lasagne/src/theano/theano/tensor/signal/downsample.py:5: UserWarning: downsample module has been moved to the pool module. | |
warnings.warn("downsample module has been moved to the pool module.") | |
[[[[-0.14627254 0.76368809 0.60090244 0.10047589 0.0263798 ] | |
[ 0.23121248 1.64965785 -0.11652078 0.46527302 0.06262064] | |
[ 0.05392234 0.19747922 0.59446561 0.10646256 0.31917053] | |
[ 0.08996053 0.33428168 1.56957102 -0.04132758 -0.11155042] | |
[ 0.06956505 -0.17052184 -0.46653888 0.09660239 -0.02679189]]]] | |
THEANO_FLAGS=device=gpu0,allow_gc=False,lib.cnmem=0.5 python grad2.py | |
Using gpu device 0: GeForce GTX 980 Ti (CNMeM is enabled with initial size: 50.0% of memory, CuDNN 4007) | |
/home/lulu/envs/lasagne/src/theano/theano/tensor/signal/downsample.py:5: UserWarning: downsample module has been moved to the pool module. | |
warnings.warn("downsample module has been moved to the pool module.") | |
[[[[-0.14515238 0.50416398 0.1756589 0.39055818 0.00352018] | |
[ 0.2514624 0.8815558 0.20768148 0.50558007 0.16108963] | |
[-0.04794753 0.37061742 0.14935425 0.12678131 0.37262291] | |
[ 0.13923046 0.5169279 0.56145763 0.9915728 0.21852075] | |
[ 0.00294803 0.07380901 -0.10188126 -0.11223084 0.01193066]]]] | |
THEANO_FLAGS=device=gpu1,allow_gc=True,lib.cnmem=0 python grad2.py | |
Using gpu device 1: GeForce GTX 970 (CNMeM is disabled, CuDNN 4007) | |
/home/lulu/envs/lasagne/src/theano/theano/tensor/signal/downsample.py:5: UserWarning: downsample module has been moved to the pool module. | |
warnings.warn("downsample module has been moved to the pool module.") | |
[[[[-0.14627254 0.76368809 0.60090244 0.10047589 0.0263798 ] | |
[ 0.23121248 1.64965785 -0.11652078 0.46527302 0.06262064] | |
[ 0.05392234 0.19747922 0.59446561 0.10646256 0.31917053] | |
[ 0.08996053 0.33428171 1.56957102 -0.04132758 -0.11155042] | |
[ 0.06956505 -0.17052184 -0.46653888 0.09660239 -0.02679189]]]] | |
THEANO_FLAGS=device=gpu1,allow_gc=False,lib.cnmem=0.5 python grad2.py | |
Using gpu device 1: GeForce GTX 970 (CNMeM is enabled with initial size: 50.0% of memory, CuDNN 4007) | |
/home/lulu/envs/lasagne/src/theano/theano/tensor/signal/downsample.py:5: UserWarning: downsample module has been moved to the pool module. | |
warnings.warn("downsample module has been moved to the pool module.") | |
[[[[-0.14515238 0.50416398 0.1756589 0.39055818 0.00352018] | |
[ 0.2514624 0.8815558 0.20768148 0.50558007 0.16108963] | |
[-0.04794753 0.37061742 0.14935425 0.12678131 0.37262291] | |
[ 0.13923046 0.51692784 0.56145763 0.99157268 0.21852075] | |
[ 0.00294803 0.07380901 -0.10188126 -0.11223084 0.01193066]]]] | |
THEANO_FLAGS=device=gpu1,allow_gc=True,lib.cnmem=0.5 python grad2.py | |
Using gpu device 1: GeForce GTX 970 (CNMeM is enabled with initial size: 50.0% of memory, CuDNN 4007) | |
/home/lulu/envs/lasagne/src/theano/theano/tensor/signal/downsample.py:5: UserWarning: downsample module has been moved to the pool module. | |
warnings.warn("downsample module has been moved to the pool module.") | |
[[[[-0.14627254 0.76368809 0.60090244 0.10047589 0.0263798 ] | |
[ 0.23121248 1.64965785 -0.11652078 0.46527302 0.06262064] | |
[ 0.05392234 0.19747922 0.59446561 0.10646256 0.31917053] | |
[ 0.08996053 0.33428168 1.56957102 -0.04132758 -0.11155042] | |
[ 0.06956505 -0.17052184 -0.46653888 0.09660239 -0.02679189]]]] | |
THEANO_FLAGS=device=gpu1,allow_gc=False,lib.cnmem=0.5 python grad2.py | |
Using gpu device 1: GeForce GTX 970 (CNMeM is enabled with initial size: 50.0% of memory, CuDNN 4007) | |
/home/lulu/envs/lasagne/src/theano/theano/tensor/signal/downsample.py:5: UserWarning: downsample module has been moved to the pool module. | |
warnings.warn("downsample module has been moved to the pool module.") | |
[[[[ nan nan nan nan nan] | |
[ nan nan nan nan nan] | |
[ nan nan nan nan nan] | |
[ nan nan nan nan nan] | |
[ nan nan nan nan nan]]]] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment