diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-12-09 14:04:52 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-12-09 14:04:52 +0200 |
commit | 40d73f0c1a4cdaec44e79b7554d5b0317e6964d4 (patch) | |
tree | 49d335e4ac22bb8176006eb97dd4b422170282cc /.gitignore | |
parent | 531f36598ba9520c4e8bf6d14596c4d21ab6ddcf (diff) |
Initial prototyping with RNN/Transformers without actual data.
Added an actual logo for the project.
Changes to be committed:
modified: .gitignore
new file: assets/FreeFlowLogo.png
new file: prototype.py
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# Python +__pycache__/ + # Logs logs *.log |