Commit 31549810 authored by Matt Harvey's avatar Matt Harvey
Browse files

Attempt to add a single-frame-at-a-time stateful LSTM. Doesnt work yet.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -87,7 +87,7 @@ def main():
this file."""
model = 'lrcn' # see `models.py` for more
saved_model = None # None or weights file
class_limit = 2 # int, can be 1-101 or None
class_limit = 50 # 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