issues
search
diprism
/
fggs
Factor Graph Grammars in Python
MIT License
13
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make check for infinite eigenvalues more reliable
#189
davidweichiang
closed
1 month ago
0
Silence warning about transpose
#188
davidweichiang
closed
1 month ago
0
Update requirements.txt
#187
davidweichiang
closed
1 month ago
0
Put linking and non-linking nonterminals in (hopefully) faster order in multi_solve
#186
grantexley
closed
1 month ago
1
Tests not passing locally?
#185
davidweichiang
closed
1 month ago
10
Support ConstantFactor in JSON format, and mixed domains in `-p` output
#184
ccshan
closed
3 months ago
0
Support compact domain to save loading time.
#183
chihyang
closed
3 months ago
3
Return weights in a dictionary that contains the symbolic names.
#182
chihyang
closed
4 months ago
0
Print output distribution using symbolic names
#181
davidweichiang
closed
4 months ago
4
Add an option to generate tikz file from FGG JSON.
#180
chihyang
closed
4 months ago
3
Choose nonterminal ordering to put linking nonterminals first
#179
davidweichiang
opened
9 months ago
1
Suspicious unification warning
#178
ccshan
closed
11 months ago
1
Don't assume in SumProduct that each input has the same sparsity pattern as its gradient (grad_t)
#177
ccshan
closed
11 months ago
13
Upgrade pip before installing packages.
#176
chihyang
closed
1 year ago
0
Allow json.interpretation.domains with unused node label
#175
ccshan
closed
1 year ago
1
[WIP] Add CI configuration and test for building perpl.
#174
chihyang
closed
1 year ago
6
PatternedTensor breaks sum-product backward
#173
ccshan
closed
11 months ago
8
Use in-place operations to save memory in {RealSemiring,Semiring}.solve
#172
ccshan
closed
12 months ago
0
Make sum_product deterministic
#171
ccshan
closed
1 year ago
0
Allow setting torch_semiring_einsum block_size
#170
ccshan
opened
1 year ago
3
einsum nondeterminism exhausts memory
#169
ccshan
closed
1 year ago
1
Remove double loop in J
#168
davidweichiang
opened
1 year ago
7
Improve convergence
#167
ccshan
closed
1 year ago
2
Sparse factors
#166
ccshan
closed
1 year ago
1
Merge EmbeddedTensor and MultiTensor
#165
davidweichiang
opened
1 year ago
0
Sparse factors
#164
davidweichiang
closed
1 year ago
1
Identity factors
#163
ccshan
closed
1 year ago
14
Switch dependency on semiring-einsum to 1.1 on PyPI
#162
davidweichiang
closed
2 years ago
0
Make uploadable to PyPI and update README
#161
davidweichiang
closed
2 years ago
0
Update bin/sum_product.py
#160
davidweichiang
closed
2 years ago
0
Change NodeLabel into a synonym for str
#159
davidweichiang
opened
2 years ago
0
Let HRG and Graph share labeling (review me 1st)
#158
davidweichiang
opened
2 years ago
4
WIP: More flexible rule creation with more error checking (discuss me 2nd)
#157
davidweichiang
opened
2 years ago
0
Start symbols
#156
davidweichiang
closed
2 years ago
0
When initially constructing the HRG (line 128), I agree with what @darcey said a while back that specifying the start symbol might be annoying. In particular if someone wants the start symbol to have external nodes, they will have to explicitly create an EdgeLabel object, which I'm hoping to avoid.
#155
davidweichiang
closed
2 years ago
0
Rounded Newton's method
#154
davidweichiang
opened
2 years ago
2
Several minor changes
#153
davidweichiang
closed
2 years ago
0
bin/sum_product.py -t, and fix -g -e
#152
davidweichiang
closed
2 years ago
1
Expected value NaN
#151
davidweichiang
closed
2 years ago
1
sum_product.py: options -g (gradient) -e (expect) -n (normalize)
#149
ccshan
closed
2 years ago
8
Training improvements
#148
davidweichiang
closed
2 years ago
0
make bin/sum_product.py compute gradients and expectations
#147
davidweichiang
closed
2 years ago
4
Small fixes to bin/sum_product.py
#146
davidweichiang
closed
2 years ago
5
Use in-place operations when possible
#145
davidweichiang
opened
2 years ago
0
Repository visibility
#144
davidweichiang
closed
2 years ago
3
Conjunction and factorization
#143
davidweichiang
opened
2 years ago
3
Simplify usage of interpretations / make FGG into subclass of HRG
#142
davidweichiang
closed
2 years ago
5
Fix various bugs revealed by enabling more tests.
#141
davidweichiang
closed
2 years ago
2
Things that are still not convenient
#140
davidweichiang
opened
2 years ago
2
Labeling mixin
#139
davidweichiang
closed
2 years ago
1
Next