1. The document summarizes the author's experience setting up Chainer environments and comparing Chainer's performance on different hardware configurations.
2. When running a MNIST training example on a ThinkPad X260 laptop, it took 714 seconds to complete 20 epochs. On an AWS p2.xlarge instance with a GPU, it took 111 seconds, around 6.4 times faster than the laptop.
3. Estimated time for a Raspberry Pi 3 was over 18 hours, over 600 times slower than the GPU instance and over 90 times slower than the laptop.