Open
Description
Starting the model...
Traceback (most recent call last):
File "c:\...\conversation.py", line 156, in <module>
out = Dense(dictionary_size/2, activation="relu", name='relu activation')(me
rge_layer)
File "c:\...\venv\lib\site-packages\keras\engine\base_layer.py",
line 463, in __call__
self.build(unpack_singleton(input_shapes))
File "c:\...\venv\lib\site-packages\keras\layers\core.py", line 8
95, in build
constraint=self.kernel_constraint)
File "c:\...\venv\lib\site-packages\keras\engine\base_layer.py",
line 279, in add_weight
weight = K.variable(initializer(shape, dtype=dtype),
File "c:\...\venv\lib\site-packages\keras\initializers.py", line
227, in __call__
dtype=dtype, seed=self.seed)
File "c:\...\venv\lib\site-packages\keras\backend\theano_backend.
py", line 2706, in random_uniform
return rng.uniform(shape, low=minval, high=maxval, dtype=dtype)
File "c:\...\venv\lib\site-packages\theano\sandbox\rng_mrg.py", l
ine 857, in uniform
for i in size]), msg
AssertionError: size must be a tuple of int or a Theano variable
Is that talking about the dictionary size not being a Theano variable? I'm just trying to run conversation.py and I'm getting this error (among others I think I've fixed)
Any idea on what to do to fix?
Metadata
Metadata
Assignees
Labels
No labels