ganler / ResearchReading

General system research material (not limited to paper) reading notes.
GNU General Public License v3.0
20 stars 1 forks source link

FSE'20 | Deep Learning Library Testing via Effective Model Generation #56

Closed ganler closed 3 years ago

ganler commented 3 years ago

https://www.youtube.com/watch?v=i3tHdZWTifg https://drive.google.com/file/d/16bd0Cs1L02Ejy2LGo8LNVvivhIhJxI0v/view code: https://github.com/Jacob-yen/LEMON

ganler commented 3 years ago

Mutation rules

Intact-layer mutation

To change the model's topology;

e.g., layer removal, layer copy, layer addition, layer switch (i.e., but the same input/output shape), multi-layer-addition (requires consistent i/o shape), remove/add activation functions...

Inner-layer mutation

What to detect

ganler commented 3 years ago

Thanks to MXNet...

![Uploading image.png…]()