sachinjm

Results 6 comments of sachinjm

I also faced same problem while running for image of size 128

same here. I ran following command python complete.py ./data/your-test-data/aligned/* --outDir outputImages outputImages is empty. error is InvalidArgumentError (see above for traceback): Assign requires shapes of both tensors to match. lhs...

I want to run "test_rbm.py" from https://github.com/trunghlt/pyRBM. It has dependency of glumpy.

I am having glumpy 1.0.6 with python 3.5. I am facing same error as AttributeError: module 'glumpy' has no attribute 'colormap' while running code having following code part m =...

getting error AttributeError: module 'glumpy' has no attribute 'colormap' in the line kwargs = dict(colormap=glumpy.colormap.Grey, vmin=0, vmax=255)

I am having glumpy 1.0.6 with python 3.5. I am facing same error as AttributeError: module 'glumpy' has no attribute 'colormap'. Tried running test_rbm.py from https://github.com/trunghlt/pyRBM and followed instructions from...