Skip to content

Commit

Permalink
Add a new option allowing client code to turn off parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Jun 25, 2018
1 parent b4ab098 commit 6a17674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zounds/learn/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ class InfiniteLearningPipeline(cls):
dataset = ff.Feature(
InfiniteSampler,
nsamples=ff.Var('nsamples'),
dtype=ff.Var('dtype'))
dtype=ff.Var('dtype'),
feature_filter=ff.Var('feature_filter'),
parallel=ff.Var('parallel'))

pipeline = ff.ClobberPickleFeature(
PreprocessingPipeline,
Expand Down

0 comments on commit 6a17674

Please sign in to comment.