cognitronz
Results
2
issues of
cognitronz
I see this in the ops.py `def conv_cond_concat(x, y): """ concatenate conditioning vector on feature map axis """ return T.concatenate([x, y*T.ones((x.shape[0], y.shape[1], x.shape[2], x.shape[3]))], axis=1) ` does it really mean...
I ran into this error when building own app. I had to create dummy files with the right basename to circumvent it. if one could add to the current documentation...