ryankiros / neural-storyteller

A recurrent neural network for generating little stories about images
2.96k stars 541 forks source link

NameError when running: z = generate.load_all() #9

Open CodeInSleep opened 8 years ago

CodeInSleep commented 8 years ago

I was following the instructions under the header of "Generating a Story" and I received the following error message when I ran generate.load_all():

NameError: ('The following error happened while compiling the node', forall_inplace,cpu,encoder__layers}(Elemwise{Composite{minimum(((i0 + i1) - i1), i2)}}.0, InplaceDimShuffle{0,1,x}.0, Elemwise{sub,no_inplace}.0, Subtensor{int64:int64:int8}.0, Subtensor{int64:int64:int8}.0, Alloc.0, encoder_U, encoder_Ux, ScalarFromTensor.0, ScalarFromTensor.0), '\n', "name 'get_version' is not defined")

I think I have got all the dependencies installed as this error does not seem to be one of those regarding dependencies. Does anyone have a hint at what's wrong? Any ideas is appreciated!

Rutulpatel7077 commented 6 years ago

did you get any solution? @CodeInSleep