-
I am getting the following error when trying to compile Keras (version 1.2.2) models with a Theano backend:
File "/home/ikaplow/anaconda2/lib/python2.7/site-packages/theano/compile/function.py", …
-
Hello,
I am trying to use grid arrange so I can put the basic GOF plots all on the same page in a PDF file. However when I do this the plot title such as DV vs. PRED and number of observations disa…
-
I just pulled down the latest version of sklearn-theano from GitHub, installed it into my virtual environment, and then went to instantiate the `OverfeatTransformer` and got the following error:
>>> …
-
If you see a lot of errors like this:
```
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/theano/gof/op.py", line 423, in __call__
storage_map[ins] = [self._get_…
-
Before saving to snapshot:
![grafik](https://user-images.githubusercontent.com/25061876/200075346-a1443aa7-1a3a-404f-9d54-742b84b3a061.png)
After reloading from snapshot:
![grafik](https://user-i…
-
Implementacion de los patrones mencionados en el codigo principal
-
Hi there,
Could it be possible to provide a `goT|goF` mapping that opens a terminal|file manager at the project root ?
Thanks in advance
-
I would greatly appreciate if you could let me how to resolve the following error while importing theano, which is installed on windows 10 using anaconda.
```
C:\Users\Markazi.co\Anaconda3\python.…
-
Create a GoF measure to compare the obtained gradients for every individual to known networks
rb643 updated
7 years ago
-
This is a numpy ufunc limitation and it seems we are hitting it with the theano_function generator. This may be a sympy issue more than a pydy one.
Running the benchmark in bin gives this for 7 and a…