Explorar o código

'README.md' ändern

Dimitri Korsch %!s(int64=6) %!d(string=hai) anos
pai
achega
122cd86f17
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)