Dr. Richard Zinck commited on
Commit
d25c31f
1 Parent(s): 17842a5

adapted config

Browse files
Files changed (1) hide show
  1. config.py +4 -4
config.py CHANGED
@@ -64,8 +64,8 @@ CODES_FILE = 'eBird_taxonomy_codes_2021E.json'
64
  SPECIES_LIST_FILE = 'example/species_list.txt'
65
 
66
  # File input path and output path for selection tables
67
- INPUT_PATH: str = 'example/'
68
- OUTPUT_PATH: str = 'example/'
69
 
70
  # Used for bats - the files here are supposed to be analyzed by default setting
71
  INPUT_PATH_SAMPLES: str = 'put-your-files-here/'
@@ -76,8 +76,8 @@ ALLOWED_FILETYPES = ['wav', 'flac', 'mp3', 'ogg', 'm4a']
76
 
77
  # Number of threads to use for inference.
78
  # Can be as high as number of CPUs in your system
79
- CPU_THREADS: int = 8
80
- TFLITE_THREADS: int = 6
81
 
82
  # False will output logits, True will convert to sigmoid activations
83
  APPLY_SIGMOID: bool = True
 
64
  SPECIES_LIST_FILE = 'example/species_list.txt'
65
 
66
  # File input path and output path for selection tables
67
+ INPUT_PATH: str = ''
68
+ OUTPUT_PATH: str = ''
69
 
70
  # Used for bats - the files here are supposed to be analyzed by default setting
71
  INPUT_PATH_SAMPLES: str = 'put-your-files-here/'
 
76
 
77
  # Number of threads to use for inference.
78
  # Can be as high as number of CPUs in your system
79
+ CPU_THREADS: int = 1
80
+ TFLITE_THREADS: int = 1
81
 
82
  # False will output logits, True will convert to sigmoid activations
83
  APPLY_SIGMOID: bool = True