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: infer input size of forward and LSTM layers #808

Merged
merged 9 commits into from
May 29, 2024

fix: make NNs pickleable

4cca28c
Select commit
Loading
Failed to load commit list.
Merged

feat: infer input size of forward and LSTM layers #808

fix: make NNs pickleable
4cca28c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 29, 2024 in 0s

95.83% of diff hit (target 97.57%)

View this Pull Request on Codecov

95.83% of diff hit (target 97.57%)

Annotations

Check warning on line 38 in src/safeds/ml/nn/_internal_model.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/safeds/ml/nn/_internal_model.py#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 48 in src/safeds/ml/nn/layers/_forward_layer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/safeds/ml/nn/layers/_forward_layer.py#L48

Added line #L48 was not covered by tests

Check warning on line 63 in src/safeds/ml/nn/layers/_forward_layer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/safeds/ml/nn/layers/_forward_layer.py#L63

Added line #L63 was not covered by tests

Check warning on line 49 in src/safeds/ml/nn/layers/_lstm_layer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/safeds/ml/nn/layers/_lstm_layer.py#L49

Added line #L49 was not covered by tests

Check warning on line 64 in src/safeds/ml/nn/layers/_lstm_layer.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/safeds/ml/nn/layers/_lstm_layer.py#L64

Added line #L64 was not covered by tests