Skip to content

Commit

Permalink
Merge pull request #126 from FrancescoSaverioZuppichini/develop
Browse files Browse the repository at this point in the history
minor changes
  • Loading branch information
FrancescoSaverioZuppichini authored Oct 24, 2020
2 parents 1b65123 + d666a65 commit c1dbf92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"source": [
"### Motivation\n",
"\n",
"All the existing implementation of the most famous model are writting with very bad cod practice, what today is called *research code*. I struggled myself to understand some of the implementation that in the end were just few lines of code. \n",
"All the existing implementation of the most famous model are written with very bad coding practices, what today is called *research code*. I struggled myself to understand some of the implementation that in the end were just few lines of code. \n",
"\n",
"Most of them are missing a global structure, they used tons of code repetition, they are not easily customizable and not tested. Since I do computer vision for living, so I needed a way to make my life easier."
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip install git+https://github.com/FrancescoSaverioZuppichini/glasses

### Motivation

All the existing implementation of the most famous model are writting with very bad cod practice, what today is called *research code*. I struggled myself to understand some of the implementation that in the end were just few lines of code.
All the existing implementation of the most famous model are written with very bad coding practices, what today is called *research code*. I struggled myself to understand some of the implementation that in the end were just few lines of code.

Most of them are missing a global structure, they used tons of code repetition, they are not easily customizable and not tested. Since I do computer vision for living, so I needed a way to make my life easier.

Expand Down

0 comments on commit c1dbf92

Please sign in to comment.