浏览代码

'README.md' ändern

Dimitri Korsch 6 年之前
父节点
当前提交
74ff0c2a2a
共有 1 个文件被更改,包括 1 次插入2 次删除
  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