Closed nblei closed 8 months ago
Thank you for the issue! Make sure you're using the most-recent pytorch2timeloop and are calling convert_model with fuse=False. If it's still not working, then this is an issue with pytorch2timeloop, not timeloopFE, so I'm closing it here. AlexNet layers will be posted in the next few weeks that you can use off the shelf.
Great, thanks, de-fusing (and a couple other things seems to work).
Without fusing, is there an idiomatic way of evaluating an entire neural network?
Check out this script in the exercises https://github.com/Accelergy-Project/timeloop-accelergy-exercises/blob/master/workspace/baseline_designs/run_example_designs.py
It can run full DNNs if you pass in a folder with the specification for each layer. Then you can just sum the energy/cycle numbers for each layer to get the full-DNN results
When attempting to use the Alexnet output with TimeloopFE, based on the problem's
instance
attribute:So how am I supposed to actually use pytorch2timeloop-converter?
Full error is: