Monitor progress of running process?
Is there a way to monitor the progress of a running process while it's "inside" a node?
For example, I have built an operator tree that contains a NeuralNet node. Evaluating that node takes the bulk of the processing time. I know the status bar at the bottom of the window indicates what node it is in, and how it has been running, but what I'd really like to is what percentage of the processing for the node is completed, or much longer it has to go. In this case, maybe how many training cycles have been completed. That would allow to estimate how long the process still has until it completes.
This specific case is a NeuralNet node, but I suspect it applies to other long-running nodes as well. Is this possible?
Thanks,
Keith
For example, I have built an operator tree that contains a NeuralNet node. Evaluating that node takes the bulk of the processing time. I know the status bar at the bottom of the window indicates what node it is in, and how it has been running, but what I'd really like to is what percentage of the processing for the node is completed, or much longer it has to go. In this case, maybe how many training cycles have been completed. That would allow to estimate how long the process still has until it completes.
This specific case is a NeuralNet node, but I suspect it applies to other long-running nodes as well. Is this possible?
Thanks,
Keith