Skip to content

esun-ai/ai_competetion_code_submit_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

玉山人工智慧公開挑戰賽-程式碼繳交範例

請各組參賽者繳交程式碼與readme,需依照以下格式繳交:

資料夾結構:

  • 繳交檔案需至少區分為Preprocess以及Model兩個資料夾,分別存放資料前處理以及模型相關程式
    • 如有其他不屬兩者的程式,可另行增加資料夾或檔案存放(需於readme中說明)。
  • 需提供用到的套件與其版本寫在requirements.txt,例如: pandas==1.1.5
  • 需提供readme檔案說明每個資料夾/檔案的用途
    • 需提供可復現模型結果之超參數設定以及資源配置等
  • 程式碼限使用.py檔繳交
  • 若使用非python之程式碼,以提供可閱讀且可執行之檔案為主
  • 可參考example/結構

範例: (參考用,符合上述規則即可)

.
├ Preprocess
│ ├ x.py
│ ├ y.py
│ └ README
├ Model
│ ├ train.py
│ ├ inference.py
│ └ README
├ main.py
├ requirements.txt
└ README

程式碼檔案內容:

  • 需於檔案最上方說明該程式碼之用途、input、output
  • 每個class需撰寫docstring,說明該class之用途、input、output、attributes、method等
  • 每個function需撰寫docstring,同樣說明該function之用途、input、output
    • class method 同樣需要說明
  • 可參照範例程式

About

人工智慧挑戰賽程式碼繳交範例

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages