omrishsu
omrishsu
Thank you @eisenjulian . I was actually asking about the first option you suggested. I don't know how (programmatically) do it. otherwise I'm "losing" the weights that you already trained...
Thanks a lot! Now I understand the folder structure, and I've updated my code to work with ochre's structure. I'll try the workflows as soon as possible and update on...
Same here
I was able to solve it by changing `half = self.batch_size / 2` to `half = tf.cast((self.batch_size / 2),tf.int32)`
style_transfer.py
I've solved this issue by adding another param with chars to include. BTW, do you want me to contribute these changes? I fill like it is very specific to my...
I'm using python 3.6. I've fixed it by commenting the following lines: t_output_str = output_str.encode('ASCII', 'replace') t_input_str = input_str.encode('ASCII', 'replace') Well, I found this project interesting and i'm testing all...
Hi, Sorry for disappearing (working on another research). I've updated my question in a separate post: https://github.com/KBNLresearch/ochre/issues/4 Thanks!