You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubgpu@ubgpu:/github/theano-rnn$ sudo python basic_rnn_example.py
[sudo] password for ubgpu:
Sorry, try again.
[sudo] password for ubgpu:
Sorry, try again.
[sudo] password for ubgpu:
Using gpu device 0: GeForce GTX 970
Traceback (most recent call last):
File "basic_rnn_example.py", line 40, in
non_sequences=[W, W_in, W_out])
File "/usr/local/lib/python2.7/dist-packages/theano/scan_module/scan.py", line 1042, in scan
scan_outs = local_op(_scan_inputs)
File "/usr/local/lib/python2.7/dist-packages/theano/gof/op.py", line 507, in call
node = self.make_node(_inputs, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/theano/scan_module/scan_op.py", line 374, in make_node
inner_sitsot_out.type.dtype))
ValueError: When compiling the inner function of scan the following error has been encountered: The initial state (outputs_info in scan nomenclature) of variable IncSubtensor{Set;:int64:}.0 (argument number 1) has dtype float32, while the result of the inner function (fn) has dtype float64. This can happen if the inner function of scan results in an upcast or downcast.
ubgpu@ubgpu:/github/theano-rnn$ sudo python basic_rnn_example.py
Using gpu device 0: GeForce GTX 970
Traceback (most recent call last):
File "basic_rnn_example.py", line 40, in
non_sequences=[W, W_in, W_out])
File "/usr/local/lib/python2.7/dist-packages/theano/scan_module/scan.py", line 1042, in scan
scan_outs = local_op(_scan_inputs)
File "/usr/local/lib/python2.7/dist-packages/theano/gof/op.py", line 507, in call
node = self.make_node(_inputs, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/theano/scan_module/scan_op.py", line 374, in make_node
inner_sitsot_out.type.dtype))
ValueError: When compiling the inner function of scan the following error has been encountered: The initial state (outputs_info in scan nomenclature) of variable IncSubtensor{Set;:int64:}.0 (argument number 1) has dtype float32, while the result of the inner function (fn) has dtype float64. This can happen if the inner function of scan results in an upcast or downcast.
ubgpu@ubgpu:/github/theano-rnn$
ubgpu@ubgpu:/github/theano-rnn$
ubgpu@ubgpu:/github/theano-rnn$
ubgpu@ubgpu:/github/theano-rnn$ ll
total 108
drwxrwxr-x 3 ubgpu ubgpu 4096 6月 7 00:40 ./
drwxrwxr-x 255 ubgpu ubgpu 12288 7月 3 20:23 ../
-rw-rw-r-- 1 ubgpu ubgpu 1685 6月 7 00:40 basic_rnn_example.py
drwxrwxr-x 8 ubgpu ubgpu 4096 6月 7 00:40 .git/
-rw-rw-r-- 1 ubgpu ubgpu 232 6月 7 00:40 .gitignore
-rw-rw-r-- 1 ubgpu ubgpu 7374 6月 7 00:40 hf_example.py
-rw-rw-r-- 1 ubgpu ubgpu 1499 6月 7 00:40 License.md
-rw-rw-r-- 1 ubgpu ubgpu 1963 6月 7 00:40 README.md
-rw-rw-r-- 1 ubgpu ubgpu 39709 6月 7 00:40 rnn_minibatch.py
-rw-rw-r-- 1 ubgpu ubgpu 23215 6月 7 00:40 rnn.py
ubgpu@ubgpu:/github/theano-rnn$ sudo python hf_example.py
Using gpu device 0: GeForce GTX 970
Traceback (most recent call last):
File "hf_example.py", line 12, in
from hf import SequenceDataset, hf_optimizer
ImportError: No module named hf
ubgpu@ubgpu:/github/theano-rnn$
The text was updated successfully, but these errors were encountered:
ubgpu@ubgpu:
/github/theano-rnn$ sudo python basic_rnn_example.py/github/theano-rnn$ sudo python basic_rnn_example.py[sudo] password for ubgpu:
Sorry, try again.
[sudo] password for ubgpu:
Sorry, try again.
[sudo] password for ubgpu:
Using gpu device 0: GeForce GTX 970
Traceback (most recent call last):
File "basic_rnn_example.py", line 40, in
non_sequences=[W, W_in, W_out])
File "/usr/local/lib/python2.7/dist-packages/theano/scan_module/scan.py", line 1042, in scan
scan_outs = local_op(_scan_inputs)
File "/usr/local/lib/python2.7/dist-packages/theano/gof/op.py", line 507, in call
node = self.make_node(_inputs, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/theano/scan_module/scan_op.py", line 374, in make_node
inner_sitsot_out.type.dtype))
ValueError: When compiling the inner function of scan the following error has been encountered: The initial state (
outputs_info
in scan nomenclature) of variable IncSubtensor{Set;:int64:}.0 (argument number 1) has dtype float32, while the result of the inner function (fn
) has dtype float64. This can happen if the inner function of scan results in an upcast or downcast.ubgpu@ubgpu:
Using gpu device 0: GeForce GTX 970
Traceback (most recent call last):
File "basic_rnn_example.py", line 40, in
non_sequences=[W, W_in, W_out])
File "/usr/local/lib/python2.7/dist-packages/theano/scan_module/scan.py", line 1042, in scan
scan_outs = local_op(_scan_inputs)
File "/usr/local/lib/python2.7/dist-packages/theano/gof/op.py", line 507, in call
node = self.make_node(_inputs, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/theano/scan_module/scan_op.py", line 374, in make_node
inner_sitsot_out.type.dtype))
ValueError: When compiling the inner function of scan the following error has been encountered: The initial state (
outputs_info
in scan nomenclature) of variable IncSubtensor{Set;:int64:}.0 (argument number 1) has dtype float32, while the result of the inner function (fn
) has dtype float64. This can happen if the inner function of scan results in an upcast or downcast.ubgpu@ubgpu:
/github/theano-rnn$/github/theano-rnn$ubgpu@ubgpu:
ubgpu@ubgpu:
/github/theano-rnn$/github/theano-rnn$ llubgpu@ubgpu:
total 108
drwxrwxr-x 3 ubgpu ubgpu 4096 6月 7 00:40 ./
drwxrwxr-x 255 ubgpu ubgpu 12288 7月 3 20:23 ../
-rw-rw-r-- 1 ubgpu ubgpu 1685 6月 7 00:40 basic_rnn_example.py
drwxrwxr-x 8 ubgpu ubgpu 4096 6月 7 00:40 .git/
-rw-rw-r-- 1 ubgpu ubgpu 232 6月 7 00:40 .gitignore
-rw-rw-r-- 1 ubgpu ubgpu 7374 6月 7 00:40 hf_example.py
-rw-rw-r-- 1 ubgpu ubgpu 1499 6月 7 00:40 License.md
-rw-rw-r-- 1 ubgpu ubgpu 1963 6月 7 00:40 README.md
-rw-rw-r-- 1 ubgpu ubgpu 39709 6月 7 00:40 rnn_minibatch.py
-rw-rw-r-- 1 ubgpu ubgpu 23215 6月 7 00:40 rnn.py
ubgpu@ubgpu:
/github/theano-rnn$ sudo python hf_example.py/github/theano-rnn$Using gpu device 0: GeForce GTX 970
Traceback (most recent call last):
File "hf_example.py", line 12, in
from hf import SequenceDataset, hf_optimizer
ImportError: No module named hf
ubgpu@ubgpu:
The text was updated successfully, but these errors were encountered: