ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
parseDir | |
Functions | |
def | parseDir.findMin (path) |
Variables | |
list | parseDir.test_table = [] |
parseDir.wh = path+dir | |
list | parseDir.listed = [ name for name in os.listdir(wh) if os.path.isdir(os.path.join(wh, name)) ] |
parseDir.resDir = filter( lambda dirname: dirname[0]!="L" and dirname[0]!="." , listed) | |
string | parseDir.weightPath = wh+"/"+weightsDir |
list | parseDir.listedWeights = [ name for name in os.listdir(weightPath) if os.path.isdir(os.path.join(weightPath , name)) ] |
parseDir.filteredListW = filter( lambda dirname: dirname[0]!="L" and dirname[0]!="." , listedWeights) | |
string | parseDir.chronFile = weightPath+"/"+w+"/trainingCronology.txt" |
int | parseDir.epochAtMin = -1 |
int | parseDir.min = -1 |