experiments.conf 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [parameters]
  2. mutate_ops=WS GF NEB NAI NS ARem ARep LA LC LR LS MLA
  3. metrics=D_MAD
  4. exps=alexnet-cifar10 xception-imagenet lenet5-fashion-mnist lenet5-mnist resnet50-imagenet vgg16-imagenet vgg19-imagenet densenet121-imagenet mobilenet.1.00.224-imagenet inception.v3-imagenet lstm0-sinewave lstm2-price
  5. # Path of the initial models
  6. # Name model file as 'alexnet-cifar10_origin.h5'
  7. origin_model_dir=/data/origin_model
  8. # Path of the ImageNet and regression dataset
  9. dataset_dir=/data/dataset
  10. # Modifying the backends is not recommended.
  11. # There is some hard-code in the program about the backends
  12. backend=tensorflow theano cntk mxnet
  13. python_prefix = /root/anaconda3/envs/
  14. output_dir = /data/lemon_outputs
  15. mutate_num=2
  16. test_size=10
  17. pool_size=50
  18. mutate_ratio=0.3
  19. gpu_ids = 0,1
  20. threshold = 0.4
  21. # minutes
  22. time_limit = 60
  23. # use MCMC for mutator selection
  24. mutator_strategy = MCMC
  25. # use Roulette for mutant selection
  26. mutant_strategy = Roulette
  27. # use counter,timing
  28. stop_mode=timing
  29. [redis]
  30. # your-redis-server
  31. host= 127.0.0.1
  32. # redis port
  33. port= 6379
  34. # db number
  35. redis_db= 0