Browse Source

'README.md' ändern

Dimitri Korsch 6 years ago
parent
commit
122cd86f17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ Some sample code (with some pseudo DL framework):
 ```python
 ```python
 from cvargparse import GPUParser, ArgFactory, Arg
 from cvargparse import GPUParser, ArgFactory, Arg
 
 
-from dlframework import Model, LRSchedule, Updater, Iterator, to_gpu
+from dlframework import Model, LRSchedule, Updater, Iterator, to_gpu, load_data
 
 
 def main(args):
 def main(args):
     data = load_data(args.data, args.labels)
     data = load_data(args.data, args.labels)