eth-sri / eran

ETH Robustness Analyzer for Deep Neural Networks
Apache License 2.0
323 stars 103 forks source link

How to convert my model to .tf or .pyt format #94

Closed XiaoYaoYouUSTC closed 3 years ago

XiaoYaoYouUSTC commented 3 years ago

Hi, I'm studying a tool based on ERAN. However, it just follows the old version ERAN and doesn't support the .onnx format, so I have to convert my model to .pyt format. Would you please let me know how to convert that? Thanks very much for the help!

mnmueller commented 3 years ago

Hello @XiaoYaoYouUSTC,

Thank you for your interest in ERAN. This will heavily depend on the format that your network is currently in. However, we have switched to the .onnx format specifically to avoid such conversion issues. Hence, I suggest you recommend doing the same to the authors of this other tool or ask them for guidance on how to convert networks to the format they are using.

Cheers, Mark

XiaoYaoYouUSTC commented 3 years ago

OK,Thank you!