ImagenetBinary.conf 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. [main]
  2. # whether to use eriks folder (only works on dionysos)
  3. imageNetLocal = false
  4. shareParameters = true
  5. noise = 0.1
  6. sigma = 1.0
  7. #GP variance approximation
  8. sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
  9. noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
  10. #GP variance
  11. sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
  12. noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
  13. #GP mean approximation
  14. sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
  15. noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
  16. #GP mean
  17. sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
  18. noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
  19. #Parzen
  20. sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
  21. noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
  22. #SVDD
  23. sigmaGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarSigma.txt
  24. noiseGPVarApproxFile = /home/luetz/code/nice/vislearning/progs/gpvarNoise.txt
  25. indexOfFirstClass = 0
  26. indexOfLastClass = 0
  27. runsPerClassToAverageTraining = 1000
  28. runsPerClassToAverageTesting = 1
  29. nrOfExamplesPerClass = 100
  30. GPSRMean = true
  31. GPSRVar = true
  32. GPMean = false
  33. GPVar = false
  34. GPMeanApprox = false
  35. GPVarApprox = false
  36. GPOptMean = false
  37. GPOptVar = false
  38. Parzen = false
  39. SVDD = false
  40. [GPSR]
  41. nrOfRegressors = 50