2020年7月30日 星期四
2020年7月29日 星期三
2020年7月27日 星期一
How to change the selection item of win10, ubuntu
https://justhodl.blogspot.com/2018/02/ubuntu-windows-windows-10-grub.html
sudo cat /boot/grub/grub.cfg | grep windows
Windows Boot Manager (位於 /dev/sda2)
sudo gedit /etc/default/grub
GRUB_DEFAULT="Windows Boot Manager (位於 /dev/sda2)"
#GRUB_DEFAULT=0
sudo update-grub
sudo update-initramfs -u -k all
sudo cat /boot/grub/grub.cfg | grep windows
Windows Boot Manager (位於 /dev/sda2)
sudo gedit /etc/default/grub
GRUB_DEFAULT="Windows Boot Manager (位於 /dev/sda2)"
#GRUB_DEFAULT=0
sudo update-grub
sudo update-initramfs -u -k all
2020年7月15日 星期三
python math
eigenvalue, eigenvector
https://www.math.ubc.ca/~pwalls/math-python/linear-algebra/eigenvalues-eigenvectors/
https://www.math.ubc.ca/~pwalls/math-python/linear-algebra/eigenvalues-eigenvectors/
2020年7月14日 星期二
2020年7月13日 星期一
Attention and Transformer Networks
CS480/680 Lecture 19: Attention and Transformer Networks
標籤:
AI,
Transformer Networks
訂閱:
文章 (Atom)