Hey, Thanks for your contribution. I really like the idea. I want to do some experiments and have some questions. (PS; I appologize beforehand, if my questions are basic, I am new to Deep learning. :) )
I could not find any training code in this repo, So are you guys planning to share training codes as well ?? If yes (I hope a yes), how soon ? If no :( , can you tell me how should a training function looks like..
I was thinking to test your method on my own dataset, how can I do that, I mean what functions will require changes (do I need to change the network input layers or not ? If I need to train it on my data set, do i need to change anything in the pre-processing steps or in the network ?
For evaluation, do you think it is feasible to run on a system without GPU ? I was trying it but I think the code is written for a GPU based system. If I want to convert it for the CPU based system, can you point out to the functions that i need to make changes at. ?
Hey, Thanks for your contribution. I really like the idea. I want to do some experiments and have some questions. (PS; I appologize beforehand, if my questions are basic, I am new to Deep learning. :) )