Skip to content

GANPerf is a deep learning with generative adversarial network that can train a software performance prediction model from a limited number of samples and predict the performance value of a new configuration.

Notifications You must be signed in to change notification settings

GANPerf/GANPerf

Repository files navigation

model_train.py   including the train phase, evaluation phase and testing phase
model_def.py   construct generator network and discriminator network
util.py  handle with datasets information

run python model_train.py

record.csv   recording the expermental results in Apache with 5n size of sample
results.doc   the expermental results in all datasets

Prerequisites  Python 3.6.x
               pytorch 0.3.0

About

GANPerf is a deep learning with generative adversarial network that can train a software performance prediction model from a limited number of samples and predict the performance value of a new configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages