Robbie Barrat

Results 44 comments of Robbie Barrat

Could someone please provide the code for the generator / discriminator nets (in main.py) with dimensions of 256x256? I can't figure it out from the examples - i'm super new...

Hey @rizkiarm - nice work! Seconding what @jiangsutx said - pre-trained models and some more info about training on your own dataset would be really nice and interesting.

I'm attempting to train on my own dataset- but so far the predictions aren't very good. It's predicting a string of all spaces (each of the arrays it returns have...

Thanks for the response! I believe i might be feeding the y_data into the network wrong... is it true that 'the_labels' should be a array containing indexes of alphabet letters...

Alright - thank you. I'll do that with the alignments. One last thing though- could you please provide some insight into the label_length and input_length values though? it's my understanding...

@crazygirl1992 I didn't try another language, but I tried another dataset, unsuccessfully :( Sorry, but I doubt I'll be of much help.

@crazygirl1992 I think that I formatted the data wrong; it was giving the same prediction for every single array i fed it.

@crazygirl1992 i haven't worked on this project since last november - sorry, but I don't know.

Ah - thank you! This is a *very* old project that I did when I really wasn't quite sure what I was doing, hahaha. I might try to mess around...

hi - you must use python 2.7