So I'm declaring global DimVars (without a hardcoded value) and later at runtime want to update their values based on some hyperparams to do shape assertions.
I'm aware I can just manipulate their ._val propery, but that seems a bit hacky to me, what's the intended workflow for this kind of problem?
So I'm declaring global
DimVars(without a hardcoded value) and later at runtime want to update their values based on some hyperparams to do shape assertions.I'm aware I can just manipulate their
._valpropery, but that seems a bit hacky to me, what's the intended workflow for this kind of problem?