Skip to content
Snippets Groups Projects
Commit d016894c authored by tgupta6's avatar tgupta6
Browse files

param change in constants_vision_gpu_2

parent 05917417
No related branches found
No related tags found
No related merge requests found
......@@ -160,10 +160,11 @@ num_test_questions = 0
answer_batch_size = 50
answer_num_epochs = 10
answer_offset = 0
answer_obj_atr_loss_wt = 0.0
answer_regularization_coeff = 1e-5
answer_queue_size = 500
answer_embedding_dim = 600
answer_lr = 1e-4
answer_lr = 1e-3
answer_log_every_n_iter = 500
answer_output_dir = os.path.join(
global_experiment_dir,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment