geekyspartan

Results 8 comments of geekyspartan

@iwangjian Hey, I am using the 'discriminator_train_data.npz' file and trained for around 650 iterations, but still my output is like this: ``` b'.' b'new new : .' b': .' b'new...

Never mind, I was doing a mistake. If I am using discriminator_train_data.npz, then the train command will be this: python3 main.py --mode=**pretrain** --data_path=./data/train.bin --vocab_path=./data/vocab --log_root=./log --pretrain_dis_data_path=./data/discriminator_train_data.npz --restore_best_model=False

Anyone able to solve this issue? I am struggling to make this code work for Binary classification.

Hey, Sorry, I missed this mail. I have created a repo to test this, it has images and everything needed to do the testing. Repo link: https://github.com/geekyspartan/Tensorflow-segnet-binary Command to run:...

Does it work for binary classification also?

Thank you, I will check it. On 22 April 2018 at 02:49, Mathilde Ørstavik wrote: > Yes, the dataset that I have trained it on has only two classes, and...

Hey, Actually, I am using my own customized code for this purpose. Will try the new "https://github.com/mathildor/TF-SegNet" code in a couple of days.

> I am also facing this issue. @geekyspartan Were you able to resolve this issue? If so, could you please share how you resolved it? Actually, we changed our approach,...