q-optimize / c3

Toolset for control, calibration and characterization of physical systems
https://c3-toolset.readthedocs.io/
Apache License 2.0
66 stars 36 forks source link

Consistent shape and types #160

Open nwittler opened 2 years ago

nwittler commented 2 years ago

Describe the missing feature

Shapes and types of tensorflow variables needs to be consistent and correct across the whole codebase.

Describe the solution you'd like

The current workaround are casts and reshapes to fix inconsistencies. This is performance poison and needs to be corrected.

Describe alternatives you've considered

Die the slow death of garbage performance.