Changed default config to enabled NJIT & GPU for 50 iterations
This commit is contained in:
@ -14,16 +14,17 @@ SAVE_STATE = True
|
||||
# Redo the state even if it's already saved
|
||||
FORCE_REDO = False
|
||||
# Use NJIT to greatly accelerate runtime
|
||||
COMPILE_WITH_C = False
|
||||
COMPILE_WITH_C = True
|
||||
# Use GPU to greatly accelerate runtime (as priority over NJIT)
|
||||
GPU_BOOSTED = True
|
||||
# Number of weak classifiers
|
||||
# TS = [1]
|
||||
# TS = [1, 5, 10]
|
||||
# TS = [1, 5, 10, 25, 50]
|
||||
TS = [1, 5, 10, 25, 50]
|
||||
# TS = [1, 5, 10, 25, 50, 100, 200]
|
||||
# TS = [1, 5, 10, 25, 50, 100, 200, 300]
|
||||
TS = [1, 5, 10, 25, 50, 100, 200, 300, 400, 500, 1000]
|
||||
# TS = [1, 5, 10, 25, 50, 100, 200, 300, 400, 500, 1000]
|
||||
|
||||
# Enable verbose output (for debugging purposes)
|
||||
__DEBUG = False
|
||||
# Debugging options
|
||||
|
Reference in New Issue
Block a user