deep-clustering icon indicating copy to clipboard operation
deep-clustering copied to clipboard

Mistake in visualization_of_samples.py

Open pramodhrachuri opened this issue 6 years ago • 3 comments

In line 50 of visualization_of_samples.py, we are trying to initializing the model with 3 parameters, but as per the model.py file, it needs 4.

Please give it a check.

pramodhrachuri avatar May 31 '18 07:05 pramodhrachuri

@pramodhrachuri try changing the line as below. it should work. BiModel = Model(n_hidden, batch_size, 1, 1)

nagakei05 avatar Jun 02 '18 11:06 nagakei05

@nagakei05 @pramodhrachuri Thanks man

zhr1201 avatar Jun 03 '18 15:06 zhr1201

Thank you people!!

pramodhrachuri avatar Jun 10 '18 03:06 pramodhrachuri