loudinthecloud / pytorch-ntm

Neural Turing Machines (NTM) - PyTorch Implementation
BSD 3-Clause "New" or "Revised" License
589 stars 128 forks source link

How could u write down beta, gamma in your source code? #7

Closed dragen1860 closed 6 years ago

dragen1860 commented 6 years ago

image

Hi, I found your code has the latin characters $\beta$, $\gamma$. It's wired and interesting for me. Could you explain how to achieve this?

loudinthecloud commented 6 years ago

Sure, I inserted unicode characters instead of letters or words, it looked more clean and elegant at the time. On Linux, use ctrl + shift + u followed by hex code.