Browse Source

'README.md' ändern

Dimitri Korsch 6 years ago
parent
commit
74ff0c2a2a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -5,10 +5,9 @@ Some sample code (with some pseudo DL framework):
 ```python
 from cvargparse import GPUParser, ArgFactory, Arg
 
+from dlframework import Model, LRSchedule, Updater, Iterator, to_gpu
 
 def main(args):
-
-
     data = load_data(args.data, args.labels)
     model = Model(args.model_weights)
     # we can select multiple GPUs. use the first GPU for the initial model creation