Skip to content

rnd4u-org/2021-knu-cairl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c908b2 · Jan 28, 2021

History

14 Commits
Jan 25, 2021
Jan 28, 2021
Jan 25, 2021
Jan 15, 2021
Jan 25, 2021

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