Browse Source

'README.md' ändern

Dimitri Korsch 6 năm trước cách đây
mục cha
commit
122cd86f17
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ Some sample code (with some pseudo DL framework):
 ```python
 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):
     data = load_data(args.data, args.labels)