Skip to content

Commit efa17e9

Browse files
committed
Refactor examples file structure
Signed-off-by: trafalgarzzz <trafalgarz@outlook.com>
1 parent 5cfcf76 commit efa17e9

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/imagenet/main.py renamed to examples/integration/pytorch/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
and callable(models.__dict__[name]))
4343

4444
parser = argparse.ArgumentParser(description='PyTorch ImageNet Training')
45-
parser.add_argument('data', metavar='DIR', nargs='?', default='imagenet',
46-
help='path to dataset (default: imagenet)')
45+
parser.add_argument('data', metavar='DIR', nargs='?', default='pytorch',
46+
help='path to dataset (default: pytorch)')
4747
parser.add_argument('-a', '--arch', metavar='ARCH', default='resnet18',
4848
choices=model_names,
4949
help='model architecture: ' +
File renamed without changes.

0 commit comments

Comments
 (0)