issue with sizefactors when using sparse matrices
SabrinaRichter opened this issue · 2 comments
SabrinaRichter commented
When running the unittest for graphs and checking wether size_factors is None here:
it seems to be None, when setting sparse=False, but not to be None, when sparse=True.
SabrinaRichter commented
Also here:
batchglm/batchglm/models/base_glm/utils.py
Line 133 in 612fb63
sizefactors are None when X is not sparse and not None when X is sparse.
I just can't figure out where sizefactors are set to something not None, when X is sparse.
picciama commented
@SabrinaRichter is this still relevant? The issue is nearly 3 years old. We have decided to retire support for tf1 entirely. I haven't seen this behaviour in tf2 backend nor in numpy backend. Both will be using an entirely restructured input data processing pipeline and this seems to be a problem specific to the input data processing in tf1 backend. I close this for now.