Skip to content

Commit

Permalink
Update example11_get_theta_matrix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bigartm committed Mar 10, 2015
1 parent 1daf3e7 commit ff4d3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/examples/example11_get_theta_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Option 3.
# Getting theta matrix online during iteration.
# This does requires "master.config().cache_theta = True", but never caches the entire Theta because we clean it.
# This is the best alternative to Option 1 if you ca not afford caching entire ThetaMatrix in memory.
# This is the best alternative to Option 2 if you can not afford caching entire ThetaMatrix in memory.
batches = glob.glob(batches_disk_path + "/*.batch")
for batch_index, batch_filename in enumerate(batches):
master.AddBatch(batch_filename=batch_filename)
Expand Down

0 comments on commit ff4d3a7

Please sign in to comment.