Discussion:
[theano-users] 'local_remove_all_assert' command not working.
Sunjeet Jena
2017-06-18 22:51:21 UTC
Permalink
I am trying to use 'local_remove_all_assert' in theano.flag to remove this
error " AssertionError: Scan has returned a list of updates. This should
not happen! Report this to theano-users (also include the script that
generated the error)" but still I am getting this error. Is this the right
way to disable this function:



* THEANO_FLAGS="floatX=float32,
optimizer_including=local_remove_all_assert" python Deep_RL_4.py*
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frédéric Bastien
2017-06-19 22:15:24 UTC
Permalink
This flag won't help you with that error. Which version of Theano do you
use? Make sure to use 0.9 or more recent. Also give the full error message.
Post by Sunjeet Jena
I am trying to use 'local_remove_all_assert' in theano.flag to remove this
error " AssertionError: Scan has returned a list of updates. This should
not happen! Report this to theano-users (also include the script that
generated the error)" but still I am getting this error. Is this the right
* THEANO_FLAGS="floatX=float32,
optimizer_including=local_remove_all_assert" python Deep_RL_4.py*
--
---
You received this message because you are subscribed to the Google Groups
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sunjeet Jena
2017-06-20 00:44:28 UTC
Permalink
I am using the theano version 0.8.2. I got this error while using Jacobian
function.
Post by Frédéric Bastien
This flag won't help you with that error. Which version of Theano do you
use? Make sure to use 0.9 or more recent. Also give the full error message.
Post by Sunjeet Jena
I am trying to use 'local_remove_all_assert' in theano.flag to remove
this error " AssertionError: Scan has returned a list of updates. This
should not happen! Report this to theano-users (also include the script
that generated the error)" but still I am getting this error. Is this the
* THEANO_FLAGS="floatX=float32,
optimizer_including=local_remove_all_assert" python Deep_RL_4.py*
--
---
You received this message because you are subscribed to the Google Groups
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frédéric Bastien
2017-06-20 12:28:13 UTC
Permalink
Read my full previous email. There was many important point. Update to 0.9
or the dev version of Theano. If you still have the problem, give me the
full new error.
Post by Sunjeet Jena
I am using the theano version 0.8.2. I got this error while using Jacobian
function.
Post by Frédéric Bastien
This flag won't help you with that error. Which version of Theano do you
use? Make sure to use 0.9 or more recent. Also give the full error message.
I am trying to use 'local_remove_all_assert' in theano.flag to remove this
Post by Frédéric Bastien
Post by Sunjeet Jena
error " AssertionError: Scan has returned a list of updates. This should
not happen! Report this to theano-users (also include the script that
generated the error)" but still I am getting this error. Is this the right
* THEANO_FLAGS="floatX=float32,
optimizer_including=local_remove_all_assert" python Deep_RL_4.py*
--
---
You received this message because you are subscribed to the Google
Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
Post by Sunjeet Jena
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...