Hello, I'm working on TDA4VM and my graph flow is shown below.
The input graph and model1 graph run in the main thread, and the model2 graph runs in thread 1.
All nodes are replicated except the capture node.
I meet the following problems in my testing:
1. If input graph and model 1 graph are combined into one graph which graph run normally, but the dequeue data of node3 in model 2 graph is always the same.
2.When the pipeline depth and buffer depth of input graph and model 1 graph are set to 4, but the pipeline depth and buffer depth of model 2graph are set to 1, Which buffer of the input graph does the model2 graph use?
Thanks.