Engine run in batches in Strawberry Fields

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.

I found that we pass batches in the backend dictionary as opposed to as a separate variable. I got my answer. Thanks.

Glad to hear that you have solved it @sophchoe! Let us know if you have any other questions by opening a new post :slight_smile: