MXFusion
MXFusion copied to clipboard
Bug in Variable shape property for constant valued Variables
From @palindromik " When an MXFusion Variable is created using MXNet ndarray or Numpy array, shape passed is not validated, resulting in incorrect shape being assigned to the Variable object. If the shape if None, Variable's shape is defaulted to (1, ) which could be incorrect based on the value passed. "