Hi, I am new to lua and help you can help me. I downloaded a torch lua convolutional neural network program from online and would like to study it. The network has many layers in it. I would like to step through each layer of them and exam the input and output of each layer. How can I do it? Currently I am using ZeroBrane Studio.Thanks a lot
--
You received this message because you are subscribed to the Google Groups "torch7" group.
To unsubscribe from this group and stop receiving emails from it, send an email to torch7+unsubscribe@googlegroups.com.
To post to this group, send email to tor...@googlegroups.com.
Visit this group at https://groups.google.com/group/torch7.
For more options, visit https://groups.google.com/d/optout.
Follow Andrej Karpathay's lecture on calculating convoluting steps. I was on a same situation as you, debugging helped little to understand. That lecture gave a more meaningful understanding. CS231n and lecture might be the 6th one.
Just a suggestion.
Hi, I am new to lua and help you can help me. I downloaded a torch lua convolutional neural network program from online and would like to study it. The network has many layers in it. I would like to step through each layer of them and exam the input and output of each layer. How can I do it? Currently I am using ZeroBrane Studio.Thanks a lot
--