Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter description #98

Open
JadBatmobile opened this issue May 4, 2019 · 0 comments
Open

Parameter description #98

JadBatmobile opened this issue May 4, 2019 · 0 comments

Comments

@JadBatmobile
Copy link

Not really an issue, but for the sake of clarity, would you mind giving a slightly deep description of the arguments inputted to the main.py of cifar-10?

`
python src/cifar10/main.py
--data_format="NCHW"
--search_for="macro"
--reset_output_dir
--data_path="data/cifar10"
--output_dir="outputs"
--batch_size=128
--num_epochs=310
--log_every=50
--eval_every_epochs=1
--child_use_aux_heads
--child_num_layers=12
--child_out_filters=36
--child_l2_reg=0.00025
--child_num_branches=6
--child_num_cell_layers=5
--child_keep_prob=0.90
--child_drop_path_keep_prob=0.60
--child_lr_cosine
--child_lr_max=0.05
--child_lr_min=0.0005
--child_lr_T_0=10
--child_lr_T_mul=2
--controller_training
--controller_search_whole_channels
--controller_entropy_weight=0.0001
--controller_train_every=1
--controller_sync_replicas
--controller_num_aggregate=20
--controller_train_steps=50
--controller_lr=0.001
--controller_tanh_constant=1.5
--controller_op_tanh_reduce=2.5
--controller_skip_target=0.4
--controller_skip_weight=0.8
"$@"

`

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

No branches or pull requests

1 participant