TexShop modify Syntax colors

摘要: TexShop modify Syntax colors The command should be excuted in ' terminal ' in Mac. defaults write TexShop commentred 0.1 <! Refer to : "How to change 阅读全文
posted @ 2018-07-05 05:30 Quinn-Yann 阅读(165) 评论(0) 推荐(0) 编辑

Macbook pro install Tex and TexEditor and common issues (keep updating)

摘要: TexLive versus Miktex Both of them are based on Tex. (Mactex is wrapper on TexLive distribution of Tex and opens to Mac system, while Miktex is for Wi 阅读全文
posted @ 2018-07-04 23:22 Quinn-Yann 阅读(375) 评论(0) 推荐(0) 编辑

Keynote 'The document could not be autosaved'

摘要: Question: When I used keynote to edit slides and want to save the modified resutls. However, it happens. I search it on goolge, however, no ways can s 阅读全文
posted @ 2018-07-04 00:15 Quinn-Yann 阅读(932) 评论(0) 推荐(0) 编辑

Recurrent Neural Networks, LSTM, GRU

摘要: Refer to : The Unreasonable Effectiveness of Recurrent Neural Networks Recurrent Neural Networks Sequences. Depending on your background you might be 阅读全文
posted @ 2018-07-01 07:21 Quinn-Yann 阅读(257) 评论(0) 推荐(0) 编辑

RNN/LSTM-hierarchical neural attention encoder, Temporal convolutional network (TCN)

摘要: Refer to : https://towardsdatascience.com/the-fall-of-rnn-lstm-2d1594c74ce0 (The fall of RNN / LSTM) “hierarchical neural attention encoder”, shown in 阅读全文
posted @ 2018-07-01 05:58 Quinn-Yann 阅读(891) 评论(0) 推荐(0) 编辑

Lstm Cell in detail and how to implement it by pytorch

摘要: Refer to : https://medium.com/@andre.holzner/lstm-cells-in-pytorch-fab924a78b1c http://colah.github.io/posts/2015-08-Understanding-LSTMs/ LSTM cells i 阅读全文
posted @ 2018-07-01 05:34 Quinn-Yann 阅读(663) 评论(0) 推荐(0) 编辑

'git push' always needs password and username

摘要: Refer to : https://help.github.com/articles/caching-your-github-password-in-git/ https://help.github.com/articles/why-is-git-always-asking-for-my-pass 阅读全文
posted @ 2018-07-01 02:52 Quinn-Yann 阅读(133) 评论(0) 推荐(0) 编辑

Macbook pro Version 14.0 cannot copy and paste between different applicatons after updated system

摘要: Refer to : https://discussions.apple.com/thread/7679531 To fix a stuck clipboard (pasteboard) problem, you simply need to: 1. Open your application fo 阅读全文
posted @ 2018-06-30 22:26 Quinn-Yann 阅读(174) 评论(0) 推荐(0) 编辑

Pytorch-Is it possible to forward a tensor through a model (only Variable works)?

摘要: In Pytorch 0.4, I can forward a tensor through a model which is the same as Variable. Maybe in Pytorch version < 0.4, it is not possible to forward a 阅读全文
posted @ 2018-06-30 06:57 Quinn-Yann 阅读(162) 评论(0) 推荐(0) 编辑