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

Add CategoricalMADE #1269

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

fix: fix embedding net mistake

bcc75db
Select commit
Loading
Failed to load commit list.
Open

Add CategoricalMADE #1269

fix: fix embedding net mistake
bcc75db
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 16, 2024 in 0s

35.86% of diff hit (target 50.00%)

View this Pull Request on Codecov

35.86% of diff hit (target 50.00%)

Annotations

Check warning on line 34 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 41 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L36-L41

Added lines #L36 - L41 were not covered by tests

Check warning on line 43 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L43

Added line #L43 was not covered by tests

Check warning on line 58 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L56-L58

Added lines #L56 - L58 were not covered by tests

Check warning on line 61 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 65 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 70 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L68-L70

Added lines #L68 - L70 were not covered by tests

Check warning on line 76 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L74-L76

Added lines #L74 - L76 were not covered by tests

Check warning on line 80 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 82 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L82

Added line #L82 was not covered by tests

Check warning on line 88 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L86-L88

Added lines #L86 - L88 were not covered by tests

Check warning on line 91 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L91

Added line #L91 was not covered by tests

Check warning on line 97 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L94-L97

Added lines #L94 - L97 were not covered by tests

Check warning on line 99 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L99

Added line #L99 was not covered by tests

Check warning on line 105 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L101-L105

Added lines #L101 - L105 were not covered by tests

Check warning on line 109 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L108-L109

Added lines #L108 - L109 were not covered by tests

Check warning on line 111 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L111

Added line #L111 was not covered by tests

Check warning on line 114 in sbi/neural_nets/estimators/categorical_net.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/estimators/categorical_net.py#L114

Added line #L114 was not covered by tests

Check warning on line 94 in sbi/neural_nets/net_builders/categorial.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/net_builders/categorial.py#L91-L94

Added lines #L91 - L94 were not covered by tests

Check warning on line 99 in sbi/neural_nets/net_builders/categorial.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/net_builders/categorial.py#L99

Added line #L99 was not covered by tests

Check warning on line 102 in sbi/neural_nets/net_builders/categorial.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/net_builders/categorial.py#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 105 in sbi/neural_nets/net_builders/categorial.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/net_builders/categorial.py#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 111 in sbi/neural_nets/net_builders/categorial.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/net_builders/categorial.py#L109-L111

Added lines #L109 - L111 were not covered by tests

Check warning on line 113 in sbi/neural_nets/net_builders/categorial.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/net_builders/categorial.py#L113

Added line #L113 was not covered by tests

Check warning on line 121 in sbi/neural_nets/net_builders/categorial.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

sbi/neural_nets/net_builders/categorial.py#L121

Added line #L121 was not covered by tests