Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adds Dropout Layer #868

Merged
merged 25 commits into from
Jun 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f0a81fd
adds InternalLayer and starts to add DropoutLayer
TellemHD Jun 21, 2024
c6fccd7
hopefully finishes DropoutLayer
TellemHD Jun 21, 2024
f916761
Merge branch 'main' into 848-dropout-layer
TellemHD Jun 28, 2024
eded7e9
edits DropoutLayer, defines DropoutLayer i ninit for better importSyn…
TellemHD Jun 28, 2024
0f8e1c1
adds even more UnitTests
TellemHD Jun 28, 2024
e7258a8
fixes linters
TellemHD Jun 28, 2024
0505086
hopefully fixes linters again
TellemHD Jun 28, 2024
bd97f42
style: fix linter issues
lars-reimann Jun 28, 2024
90ff801
fixes spelling mistake and Linter
TellemHD Jun 28, 2024
aaedadb
adds UnitTest and edits getSize
TellemHD Jun 28, 2024
7a2edfa
adds dropout-workflow-Tests
TellemHD Jun 28, 2024
a1de3c8
hopefully fixes all linters now
TellemHD Jun 28, 2024
d58ca8d
fixes it perhaps
TellemHD Jun 28, 2024
f18d8de
style: apply automated linter fixes
megalinter-bot Jun 28, 2024
1dcad04
fixes naming and some comments
TellemHD Jun 28, 2024
6b2b2d2
adds prepared data and edits UnitTest as wishied in the comment
TellemHD Jun 28, 2024
cac04f9
Merge branch 'main' into 848-dropout-layer
TellemHD Jun 28, 2024
b8680d9
adds prepared data and edits UnitTest as wishied in the comment
TellemHD Jun 28, 2024
ef070f2
removes unneccesary imports
TellemHD Jun 28, 2024
f38e2a4
Merge branch '848-dropout-layer' of https://github.com/Safe-DS/Librar…
TellemHD Jun 28, 2024
ccdc0e9
docs: improve docstring
lars-reimann Jun 29, 2024
4c1017a
fix: use closed bounds, so boundary values are allowed
lars-reimann Jun 29, 2024
f0ef2ff
test: hardcode data
lars-reimann Jun 29, 2024
bc7dcde
fix: include probability when computing equality or hash
lars-reimann Jun 29, 2024
9425a3a
Merge branch 'main' into 848-dropout-layer
lars-reimann Jun 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading