Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Jun 21, 2024
1 parent 61e9c1d commit 5470436
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.10.0
with:
args: --verbose --no-progress './**/*.md' './**/*.html' --insecure --exclude-all-private --suggest --archive wayback --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0" --max-concurrency 5 --retry-wait-time 10
args: --verbose --no-progress './**/*.md' './**/*.html' --insecure --exclude-all-private --suggest --archive wayback --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0" --max-concurrency 5 --retry-wait-time 10 --remap 'https://old.reddit.com/(.*) https://www.reddit.com/$1'
fail: true
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
https://pastepixel.com/image/....png
http://eturnbull.ca/pythonlibs/
https://www.lfd.uci.edu/~gohlke/pythonlibs/
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Remember to set the bias to zero when using batchnorm. This is because batchnorm
- <https://www.learnopencv.com/batch-normalization-in-deep-networks/>
- <https://deepnotes.io/batchnorm>
- <https://wiseodd.github.io/techblog/2016/07/04/batchnorm/>
- <http://rohanvarma.me/Batch-Norm/>
- <http://web.archive.org/web/20230524162122/https://rohanvarma.me/Batch-Norm/>
- <https://kratzert.github.io/2016/02/12/understanding-the-gradient-flow-through-the-batch-normalization-layer.html>
- <https://stackoverflow.com/questions/45799926/why-batch-normalization-over-channels-only-in-cnn>
- <https://blog.janestreet.com/l2-regularization-and-batch-norm/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ faut imager une fonction sigmoide qui devient de plus en plus "steep"
- <https://adamdking.com/blog/gaugan/>
- <https://towardsdatascience.com/zilic-detect-any-disease-with-machine-learning-fdae88664148>
- <https://towardsdatascience.com/comprehensive-introduction-to-turing-learning-and-gans-part-1-81f6d02e644d>
- <https://blog.floydhub.com/gans-story-so-far/>
- <http://web.archive.org/web/20240129185748/https://blog.floydhub.com/gans-story-so-far/>
- <https://towardsdatascience.com/10-lessons-i-learned-training-generative-adversarial-networks-gans-for-a-year-c9071159628>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Good to read: [AI competitions don’t produce useful models](https://lukeoakden
- <https://grand-challenge.org/>
- <https://www.kaggle.com/>
- <https://www.drivendata.org/>
- <https://www.crowdanalytix.com/community>
- <https://challengedata.ens.fr/>
- <https://competitions.codalab.org/>
- <https://omdena.com/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,6 @@ Prefer use `docker compose up` for running the app and `docker compose run` for
- <https://training.play-with-docker.com/>
- <https://ikhlestov.github.io/pages/tools/docker/>
- <https://towardsdatascience.com/docker-made-easy-for-data-scientists-b32efbc23165>
- <https://lbartnicki92.github.io/posts/docker-build-from-dockerfile/>
- <http://web.archive.org/web/20201203013356/https://lbartnicki92.github.io/posts/docker-build-from-dockerfile/>
- Tutorial: <https://adamtheautomator.com/docker-compose-tutorial/>
- Debugger in docker: <https://rednafi.com/python/debug_dockerized_apps_in_vscode/>
1 change: 0 additions & 1 deletion base/science-tech-maths/programming/dev-tools/git/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ Or:
- <https://education.github.com/git-cheat-sheet-education.pdf>
- <https://ikhlestov.github.io/pages/tools/git/>
- <http://ndpsoftware.com/git-cheatsheet.html>
- <https://gitexplorer.com/>
- <https://gourav.io/blog/git-cheatsheet>
- <https://mg.readthedocs.io/git.html>
- <https://frontendmasters.com/courses/git-in-depth/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- <https://github.com/0xZ0F/Z0FCourse_ReverseEngineering>
- <https://beginners.re/>
- <https://gamehacking.academy/about>
- <https://gamehacking.academy/>
- <https://margin.re/media/an-opinionated-guide-on-how-to-reverse-engineer-software-part-1.aspx>
- <https://cutter.re/>
- <https://rizin.re/>
Expand Down

0 comments on commit 5470436

Please sign in to comment.