[PyTorch] pytorch-lightning 套件介紹
PyTorch Lightning 是把原生 PyTorch 封裝得更高級的框架套件,就像是 Keras 之於 Tensorflow 一樣(雖然 Keras 能支援的後端我記得是不少的)。
Read More »[PyTorch] pytorch-lightning 套件介紹PyTorch Lightning 是把原生 PyTorch 封裝得更高級的框架套件,就像是 Keras 之於 Tensorflow 一樣(雖然 Keras 能支援的後端我記得是不少的)。
Read More »[PyTorch] pytorch-lightning 套件介紹今天我在一個網路受限的環境中,需要將手機設備的 mac address 登記在 WiFi 設定中好讓自己能夠連上網路…… 但就在我確認自己手機裝置的 mac address 時,我驚訝地發現我的位址是 02:00:00:00:00:00。
Read More »[已解決] Android 手機的 Mac Address 顯示 02:00:00:00:00:00Given a string s
, return true
if the s
can be palindrome after deleting at most one character from it.
Write a function that reverses a string. The input string is given as an array of characters s
.
Given an array nums
which consists of non-negative integers and an integer m
, you can split the array into m
non-empty continuous subarrays.
在我使用 Google 試算表(Google Sheets)記帳的過程中,我會希望我有盈餘的數值是呈現綠色來表示、而虧損的部分則呈現紅色;這樣更能一目瞭然地了解當前的記帳狀況。
Read More »[Google 試算表] 設定在不同的條件下欄位的樣式最近我開始逐漸喜歡上使用 Google 試算表(Google Sheet)來取代 Excel 來記帳,因為雲端同步加上可以在手機平板上共用實在是太方便了。而在記帳的過程中,由於我需要針對不同的品項去扣除不同的預算(Ex. 餐費就扣掉餐費的預算),所以一個個類別重新打字實在很麻煩…… 最後我發現,可以直接設定讓選定欄位(cell)出現下拉式選單,藉此來快速選擇我的消費類別。
Read More »[Google 試算表] 讓單元可以透過下拉式選單來選擇選項There is an integer array nums
sorted in non-decreasing order (not necessarily with distinct values).
今天,當我在測試網站上試圖上傳客戶的主題(theme)時,我的網站後台轉了好一陣子的圈圈,接著回報給了我下方報錯訊息:
Read More »[已解決][WordPress] 上傳主題時發生 “The Link You Followed Has Expired” 問題