In the older version of Strawberry Fields, we could run data in batches as seen below.
state = eng.run(“tf”, cutoff_dim=cutoff, eval=False, batch_size=batch_size)
In the latest version, batch_size variable is removed. What is the best way to run data in batches for qnn?
Thank you.