ladder
ladder copied to clipboard
Ladder network is a deep learning algorithm that combines supervised and unsupervised learning
Hi ! I'm newbie in this domain and i study the method proposed in the paper as a school project, I fixed the errors of the packages version, i downloaded...
Here is my error when running the run.py file: Could you fix it? python3 run.py train --encoder-layers 1000-500-250-250-250-10 --decoder-spec gauss --denoising-cost-x 1000,10,0.1,0.1,0.1,0.1,0.1 --labeled-samples 100 --unlabeled-samples 60000 --seed 1 -- mnist_100_full...
If the conv layer is used and the output dimension is (m, m, c) for an input of ( k, k, c ), what is the dimensions of mu and...
I am unable to run any of the examples on Ubuntu. Here is the error: INFO:main.model: f1: convv, leakyrelu, BN, noise 0.00, params [96, 3, 1, 1], dim (3, 32,...
ValueError: The hardcoded shape for the number of rows in the image (8) isn't the run time shape (7)
Error messages are shown below: ``` ERROR:blocks.main_loop:Error occured during training. Blocks will attempt to run `on_error` extensions, potentially saving data, before exiting and reraising the error. Note that the usual...
I am able to run mnist but I get error while running cifar-10 : I get the error : `TypeError: pool_2d() got an unexpected keyword argument 'ds'` so I modified...
Hi, I came into some error that "ValueError: graph contains cycles" from training main-loop in theano. And this only happened when running gamma model with conv layers on both dataset...
Hi I'm reimplementing the ladder and tagger networks in TensorFlow and have found what I believe to be a (minor) bug. Could you please clarify this? Batch normalization (BN) parameters...
Could some one tell me what will happen if I use normal batch normalization not the one that developed by ladder network? And I have also don't understand why in...