Recurrent nets have list of tensors that need to be added to the visualization than having just a single tensor which the visualization code assumes. This PR adds we created an isinstance block for the cases where list of tensors is passed on to add_base_tensor function while leaving the original code in the else block.
Recurrent nets have list of tensors that need to be added to the visualization than having just a single tensor which the visualization code assumes. This PR adds we created an isinstance block for the cases where list of tensors is passed on to add_base_tensor function while leaving the original code in the else block.