I have been trying to find an example on how to write a model graph in weights and biases just like we can do in Tensorboard using writer.add_graph() similar to as given here.
I am working with Pytorch lightning.
If someone can please refer me to a correct documentation or an example.