Commit 6054e539 authored by Ubuntu's avatar Ubuntu
Browse files

Temp class limit

Showing with 1 addition and 1 deletion
+1 -1
......@@ -88,7 +88,7 @@ def main():
this file."""
model = 'lstm' # see `models.py` for more
saved_model = None # None or weights file
class_limit = None # int, can be 1-101 or None
class_limit = 2 # int, can be 1-101 or None
seq_length = 40
load_to_memory = True # pre-load the sequences into memory
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment