Explorar o código

'README.md' ändern

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