Skip to content

add paddle vgg16 train visual#76

Open
leanna62 wants to merge 2 commits into
dzhwinter:masterfrom
leanna62:master
Open

add paddle vgg16 train visual#76
leanna62 wants to merge 2 commits into
dzhwinter:masterfrom
leanna62:master

Conversation

@leanna62
Copy link
Copy Markdown
Contributor

No description provided.

Comment thread fluid/vgg16.py
default='cifar10',
choices=['cifar10', 'flowers'],
help='Optional dataset for benchmark.')
parser.add_argument(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

help描述 首字母大写,下同

Comment thread fluid/vgg16.py Outdated
'--sync_cycle',
type=int,
default=100,
help='sync duration')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sync不要简写

Copy link
Copy Markdown
Contributor

@ranqiu92 ranqiu92 Jan 31, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread fluid/vgg16.py Outdated
scalar1 = logger.scalar("paddle_vgg16_%s_%s_%d/scalar" % (args.device, args.data_set, args.batch_size))

iters = 0
step = 0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以复用 变量 iters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants