Skip to content

Commit fb206ea

Browse files
committed
Update README.md and config path
Signed-off-by: Kim, Vinnam <[email protected]>
1 parent e9d49b8 commit fb206ea

9 files changed

+3
-2
lines changed

examples/experimental/torch/classification/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ Please follow [installation guide](../../../torch/classification/README.md#insta
1111
You can run the FracBits mixed-precision quantization algorithm with the pre-defined configuration file.
1212

1313
```bash
14-
python main.py -m train -c <config_path> -j <num_workers> --data <dataset_path> --log-dir <path_for_logging>
14+
cd examples/experimental/torch/classification
15+
python fracbits.py -m train -c <config_path> -j <num_workers> --data <dataset_path> --log-dir <path_for_logging>
1516
```
1617

1718
The following describes each argument.
1819

19-
- `-c`: FracBits configuration file path. You can find it from `examples/experimental/torch/classification/configs`.
20+
- `-c`: FracBits configuration file path. You can find it from `examples/experimental/torch/classification/fracbits_configs`.
2021
- `-j`: The number of PyTorch dataloader workers.
2122
- `--data`: Directory path of the dataset.
2223
- `--log-dir`: Directory path to save log files, tensorboard logs, and model checkpoints.

0 commit comments

Comments
 (0)