摘要: sudo apt-get --purge remove 'cuda*' # remove all the cuda sudo apt-get autoremove --purge cuda sudo dpkg -i ./cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64.deb sudo apt-get update sudo apt-get i... 阅读全文
posted @ 2018-04-15 15:09 yohohoo 阅读(223) 评论(0) 推荐(0) 编辑
摘要: If you don't use jupyter, you may have to edit your source codes on your pc and upload them to your server. 1.install ipython 2.jupyter 3.start a new 阅读全文
posted @ 2018-04-13 18:50 yohohoo 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Install Yacc: The Yacc input file calc.y: The lex input file calc.l Commands to generate the interpreter: Sample results: 阅读全文
posted @ 2018-03-31 16:30 yohohoo 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Acknowledgment to Francois Chollet The problem with Facebook is not *just* the loss of your privacy and the fact that it can be used as a totalitarian 阅读全文
posted @ 2018-03-23 19:45 yohohoo 阅读(129) 评论(0) 推荐(0) 编辑
摘要: Requirements: 1 computer to install Ubuntu 1 computer to do prep work (If you are on a Windows computer, you will need to download UUI, and if you are 阅读全文
posted @ 2018-03-16 23:18 yohohoo 阅读(130) 评论(0) 推荐(0) 编辑
摘要: First convert network weights and biases to numpy arrays. Note if you want to load a pre-trained network with Keras, you must define it of the same ne 阅读全文
posted @ 2018-03-16 16:34 yohohoo 阅读(526) 评论(3) 推荐(0) 编辑
摘要: Acknowledgment to tutorialspoint. https://www.tutorialspoint.com/unix/index.htm You can use the cat command to see the content of a file and display t 阅读全文
posted @ 2018-03-15 15:15 yohohoo 阅读(209) 评论(0) 推荐(0) 编辑
摘要: I do NOT update this article any more. Notes of this kind will be kept personal starting today. Q1: Assuming that we train the neural network with the 阅读全文
posted @ 2018-03-14 11:31 yohohoo 阅读(274) 评论(0) 推荐(0) 编辑
摘要: Install Lex on Ubuntu 16.04. Lex is in flex and Yacc in bison. Create an empty file and edit it. Save it as lol.l And we can run it by typing An examp 阅读全文
posted @ 2018-03-13 09:26 yohohoo 阅读(117) 评论(0) 推荐(0) 编辑
摘要: All rights reserved. Please don't share this article without notifying me. Email address: westonhunter@zju.edu.cn From eq. 10 in part 1 we can find th 阅读全文
posted @ 2018-03-06 15:29 yohohoo 阅读(348) 评论(0) 推荐(0) 编辑