AttributeError: `np.string_` was removed in the NumPy 2.0 release. Use `np.bytes_` instead.. Did you mean: ‘strings’?
I m interested in seeing neural network as graph using tensorboard. I have constructed a network in pytorch with following code-
I m interested in seeing neural network as graph using tensorboard. I have constructed a network in pytorch with following code-