leon 5 달 전
부모
커밋
f4fc75a93a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/resnet.cu

+ 1 - 1
src/resnet.cu

@@ -291,7 +291,7 @@ class InferImpl : public Infer {
   string engine_file_;
   vector<shared_ptr<trt::Memory<unsigned char>>> preprocess_buffers_;
   trt::Memory<float> input_buffer_, output_array_;
-  trt::Memory<float> classes_indexes_;
+  trt::Memory<float> classes_indices_;
   int network_input_width_, network_input_height_;
   Norm normalize_;
   int num_classes_ = 0;