You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently testing STONNE to simulate some neural network architectures. We have a question, in the README.md file you mentioned a parameter call stats_path inside the SimulatedConv2d operation (i.e. I guess it is in the SimulatedLinear as well). However we could not find any parameter with this name in SimulatedConv.py or in simulatedLinear.py. Could you please update if there are plans to implement this functionality? Your help is much appreciated.
Regards,
Isai Roman.
The text was updated successfully, but these errors were encountered:
Thanks for informing us about that functionality missing on the other STONNE PyTorch extensions. We will try to include it in the future but at the moment we cannot include them as we are a bit pressed with other, more priority tasks.
In the meanwhile, I recommend you just run an extra command to move the results to the folder you prefer. For each simulation, STONNE generates two output files: a .counters and a .txt file. Just move/copy them to the folder you want. Sadly, it's the only solution I can offer you at this moment, but we will implement that on the future
No problem. In the meanwhile I got a deep dive in the code and I can handle it by myself, but I wanted to cross check with you guys to avoid double work. Thanks!
Hello,
We are currently testing STONNE to simulate some neural network architectures. We have a question, in the README.md file you mentioned a parameter call stats_path inside the SimulatedConv2d operation (i.e. I guess it is in the SimulatedLinear as well). However we could not find any parameter with this name in SimulatedConv.py or in simulatedLinear.py. Could you please update if there are plans to implement this functionality? Your help is much appreciated.
Regards,
Isai Roman.
The text was updated successfully, but these errors were encountered: