I read the awesome write up from @groverpr on Taxi Trajectory Winner Solution. I also seem to encounter this a lot myself when working on posts.
Using text or code to describe an architecture is great, but having a diagram would be extremely beneficial to the readers. But how do you create those diagrams?
I tried tensorboard for pytorch but it is not easy to get it to work with the fastai library (had some issue passing the data to add_graph of SummaryWriter). Also, some of the graphs from tensorboard (the ones in the demo for example) look really poor.
What do people use for papers? I was tempted to learn to use graphviz or networkx but not sure how much mileage I would get out of either and also don’t have time to look into this atm. Has anyone given this a try?
Would be great if there existed a solution that was easy to pick up and produced nice results
I love the graphics from Jeremy in lesson 6 + 7 for the RNN architecture (copied them into a notebook I am planning on sharing if Jeremy doesn’t mind , ofc with proper attribution) but I think they were created in Excel? I do not have access to Windows let alone MS Office so that is not an option for me…