Discussion:
[theano-users] How to close all OPTs?
mutou
2017-06-15 13:43:43 UTC
Permalink
Hi all,

Is there a switch to close all OPTs?

Thanks.
--
---
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:55 UTC
Permalink
Use the Theano flag optimizer=fast_compile for few optimisation. It is not
recommend to use less optimization. But of you insist to use less, you
could use optimizer=merge or even less optimizer=None.

The two last are there just got help debugging. Never use them otherwise.
They will be very slow and do stupid stuff like computing the same thing
multiple time!

Fred
Post by mutou
Hi all,
Is there a switch to close all OPTs?
Thanks.
--
---
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.
mutou
2017-06-21 05:34:58 UTC
Permalink
Thanks for your kindly reply. Yes, I am debugging my model and just want to
print the original graph before OPT applied.


圚 2017幎6月20日星期二 UTC+8䞊午6:16:14nouiz写道
Post by Frédéric Bastien
Use the Theano flag optimizer=fast_compile for few optimisation. It is not
recommend to use less optimization. But of you insist to use less, you
could use optimizer=merge or even less optimizer=None.
The two last are there just got help debugging. Never use them otherwise.
They will be very slow and do stupid stuff like computing the same thing
multiple time!
Fred
Post by mutou
Hi all,
Is there a switch to close all OPTs?
Thanks.
--
---
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...