This commit is contained in:
Andras Schmelczer 2024-08-25 22:15:48 +01:00
parent 2c24a4e9df
commit f821e162f6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View file

@ -3,3 +3,5 @@ runs*
*.log
saved_models*
train.py
data
bulk

View file

@ -1,6 +1,7 @@
{
"files.exclude": {
"**/__pycache__": true
"**/__pycache__": true,
"data": true
},
"editor.formatOnSave": true,
"notebook.formatOnCellExecution": true,

View file

Before

Width:  |  Height:  |  Size: 3.4 MiB

After

Width:  |  Height:  |  Size: 3.4 MiB

Before After
Before After