diff --git a/main.py b/main.py index 6434409..42d965c 100644 --- a/main.py +++ b/main.py @@ -6,3 +6,11 @@ # D: difficult # todo: update NEURAL_NETWORKS_AND_ITS_TOPOLOGIES.ipynb file. FL + + +''' +git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch -r \' --prune-empty -- --all +git reflog expire --all --expire=now +git gc --prune=now --aggressive +git push origin --force +'''