$ softwareupdate -i -a
Software Update Tool
Finding available software
之前iOS控制中心是從右往左滑,升級到iOS12後,發現系統變好用了,卻找不到控制中心的位置,原來是改成在右上角,所以需要改從右上角往下滑即可以叫出之前的控制中心
參考資料
#install plaidml
pip install -U plaidml-keras
#choose driver
plaidml-setup
# benchmark test
pip install plaidml-keras plaidbench
plaidbench keras mobilenet
1. In Subline user package folder
2. Git init
3.git add —all *
4.git commit -m “ add config backup"
5.In GitHub to create new repo
6.git remote add origin https://github.com/xxx/xxx
7.git push -u origin. Master
8.In new laptop, go to user package
9.git clone https://github.com/xxx/xxxx/st-user-package
10.rm -rf User. (New user folder)
11.mv st-user-package to User. ( to replace a new one)
12. Done
Recently, I install Jupiter notebook in my new 2018MBP laptop.
I found I can switch python 2 and python3 on Jupyter notebook. But I found it often claim
There is no python modules no matter which python kernel I used.
Therefore I print sys.version in Jupyter notebook
Import sys
sys.version
===> it always use python 3.7
After have some try and error, I found the root cause it just because I didn’t install ipykernel with —user
After executed it, everything works fine
#python -m ipykernel install --user
Text Generator 是 Obsidian 的一個插件,它可以根據給定的提示自動生成文本。這個插件使用 GPT-3 語言模型,能夠產生類似人類的文本,非常適合編寫故事、文章、電子郵件和其他類型文本。 主要功能: **生成文本:**根據提示生成各種長度的...