Skip to content

Commit

Permalink
Update to Federated Learning release
Browse files Browse the repository at this point in the history
  • Loading branch information
JMGaljaard committed Apr 19, 2022
2 parents 08244cb + 9d904b9 commit 880c15b
Show file tree
Hide file tree
Showing 120 changed files with 8,282 additions and 1,035 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
*.csv
*.json
*.png
*.pdf

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down Expand Up @@ -133,6 +138,11 @@ venv-*
data/**
!data/.gitkeep
output
docker_data
.idea
*.tmp.txt
docker-compose.yml

logging/**/events.out.**
refactor-notes.md
experiments/**/exps/*
*.test.py
Loading

0 comments on commit 880c15b

Please sign in to comment.