吳宜庭

@IZvjQKaORGerNtdqZy92ug

Joined on Aug 7, 2021

  • 先使用官方提供thecatapi做測試。 編寫自己的技能 運行初始化項目,會先在geniesdk中新增一個workdir資料夾,並將技能添加到workdir資料夾中。 技能目錄包含預先填充的package.json, manifest.tt,index.js文件 ./init.sh --skill_name $YOUR_SKILL_NAME ex:
     Like  Bookmark
  • 將Genie SDK從 git 上抓下來 其中配置需要8G記憶體與30G硬體容量,若要訓練數據集則要至少30G的記憶體。 再執行./install.sh時會將Genie toolkit、Genie NLP、Genie Server與Thingpedia common devices檔案一同安裝。 git clone https://github.com/stanford-oval/genie-sdk cd genie-sdk ./install.sh 1-1. 遇到的問題:
     Like  Bookmark