hiddenlayer
hiddenlayer copied to clipboard
Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.
Hello, I am trying to use hiddenlayer to draw a pytorch model, I got some error coming out of onnx ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) /home/ubuntu/mstar/scripts/rlfh/visualization.ipynb Cell...
Catch TypeError exception raise by `torch.onnx._optimize_trace` with Pytorch 1.13.0. Fix https://github.com/waleedka/hiddenlayer/issues/94
Hello thank you for sharing your lib. I m running into an error: `RuntimeError:` Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same or input should be a...
Good day! I just discovered this amazing package as I was trying to visualize the model that I made. May I know how can I display the dimensions (e.g., 100x3,...
Hi, I am trying to use this package for plotting my model graph, however, the graph does not seem to be built correctly and gives error 'NoneType' object has no...
Using the following code — which comes from the PyTorch demo notebook — I get the output in the subsequent image. The Pytorch demo notebook suggests in its first example...
I am following the demo notebook for pytorch (version 1.9.1) and I get the following error: ```# AlexNet model = torchvision.models.alexnet() # Build HiddenLayer graph hl_graph = hl.build_graph(model, torch.zeros([1, 3,...
I tried to use `hiddenlayer` on this [network architecture search coding](https://gist.github.com/promach/b6f526c56e20f029d68e6f9041c3f5c0#file-gdas-py-L423-L434) for the following [search architecture](https://github.com/D-X-Y/AutoDL-Projects/issues/99#issuecomment-835802887), however the code could not exit and is inside `build_graph()` forever. 
For example, my model takes two inputs like the following coding shows ` outputs = net(inputs, tr_angles)`
added a function to build hiddenlayer graph as networkx graph hope it helps