Commit 57f7935e authored by Ubuntu's avatar Ubuntu
Browse files

Temp class limit change

Showing with 1 addition and 1 deletion
+1 -1
......@@ -19,7 +19,7 @@ from tqdm import tqdm
# Set defaults.
seq_length = 40
class_limit = None # integer, number of classes to extract
class_limit = 2 # integer, number of classes to extract
# Get the dataset.
data = DataSet(seq_length=seq_length, class_limit=class_limit)
......
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