Skip to content

Commit

Permalink
[PyTorch][CPP] Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sidorova committed Oct 30, 2023
1 parent 7bab171 commit 9606149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ python3 inference_onnx_runtime.py \
-i <path_to_image>/<image_name>
```


## Квантизация глубоких моделей с использованием MXNet

#### Аргументы командной строки
Expand Down Expand Up @@ -889,7 +888,6 @@ python3 quantization_mxnet.py \
-is <input_shape> \
```


## Валидация вывода глубоких моделей с использованием C++ PyTorch (TorchVision)

#### Аргументы командной строки
Expand Down
2 changes: 1 addition & 1 deletion src/inference/inference_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def prepare_output(result, model, output_names, task):
def main():
log.basicConfig(
format='[ %(levelname)s ] %(message)s',
level=log.DEBUG,
level=log.INFO,
stream=sys.stdout,
)
args = cli_argument_parser()
Expand Down

0 comments on commit 9606149

Please sign in to comment.