Paul
Paul
Hi, I think the softmax in the routing algorithm is being calculated over the wrong dimension. Currently the code has: ``` b_ij = Variable(torch.zeros(1, self.num_routes, self.num_capsules, 1)) ... for iteration...
Would it be possible to add the option to output the .ts file when recording as a timelapse movie (writing only one frame in every 'n' where 'n' is configurable)...
Hi, I am now using the latest pre-built image on a Pi ZeroW. I have modified server.js to add the --time option and also the -o option for HLS output....
Would it be possible to modify picam-streamer init files and server.coffee/js to make use of an /etc/default/picam-streamer file as you have done for the main picam project? At present the...
Thanks for a very nicely presented implementation of Capsule Networks. I especially appreciate the tensorboard plots. Unfortunately I believe you have mixed up **"test error"** with **"test loss"** when reporting...