Skip to content

Commit

Permalink
Fix doc for old DataLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
achalddave committed Jul 20, 2017
1 parent 75aaa5c commit bb209a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local DataLoader = classic.class('DataLoader')
function DataLoader:_init(data_source_obj, sampler)
--[[
Args:
lmdb_path (str): Path to LMDB containing LabeledVideoFrames as values.
data_source: Data source object.
sampler (Sampler): Sampler used for batches
]]--
self.data_source = data_source_obj
Expand Down

0 comments on commit bb209a9

Please sign in to comment.