Skip to content

meanrin/2021-knu-cairl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

On-Device AI & Transfer Learning

Python 3.6 PEP8

KNU 2021 practicum materials (2021-knu-cairl)

Project structure

main brach contains all code examples and personal user directories

/tasks - code examples structured as /tasks/task_1/, /tasks/task_2/, etc.

User directories have name pattern /[username]_code

Development

Personal tasks should be implemented in /[username]_code/task_1/, /[username]_code/task_2/, etc.

Each personal task should be implemented in new branch forked from master and merged back after review

If you are using Jupyter Notebook (or JupyterLab) you need to export code to *.py file so automatic style checker would be able to map errors to row position

Code style

This project follows PEP8 standard with automatic style verification

Libraries used

You may refer to this sites for documentation

Useful literature

English

Russian

  • TBD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.6%
  • Python 2.4%