enas-pytorch icon indicating copy to clipboard operation
enas-pytorch copied to clipboard

Visdom keeps printing "Setting up a new session..."

Open SuperRui41 opened this issue 3 years ago • 0 comments

After Epoch 0 of train_shared_cnn , when it start to Epoch 0: Training controller.Visdom keeps printing "Setting up a new session..." The program is in a loop:

`Setting up a new session...
Visdom python client failed to establish socket to get messages from the server. This feature is optional and can be disabled by initializing Visdom with `use_incoming_socket=False`, which will prevent waiting for this request to timeout.

Namespace(batch_size=128, child_grad_bound=5.0, child_keep_prob=0.9, child_l2_reg=0.00025, child_lr_T=10, child_lr_max=0.05, child_lr_min=0.0005, child_num_branches=6, child_num_layers=12, child_out_filters=36, controller_bl_dec=0.99, controller_entropy_weight=0.0001, controller_lr=0.001, controller_lstm_num_layers=1, controller_lstm_size=64, controller_num_aggregate=20, controller_op_tanh_reduce=2.5, controller_skip_target=0.4, controller_skip_weight=0.8, controller_tanh_constant=1.5, controller_train_every=1, controller_train_steps=50, cutout=0, data_path='E:\\ML\\ENAS_macro_architecture\\enas_pytorch-master//data/', eval_every_epochs=1, fixed_arc=False, log_every=50, num_epochs=310, output_filename='ENAS', resume='', search_for='macro', seed=0)

Files already downloaded and verified
Files already downloaded and verified
Files already downloaded and verified

Setting up a new session...
Setting up a new session...

epoch=0 ch_step=0       loss=2.328963   lr=0.0500       |g|=0.9394      acc=0.0781      time=0.09it/s
epoch=0 ch_step=50      loss=2.267722   lr=0.0500       |g|=0.6075      acc=0.1562      time=4.92it/s
epoch=0 ch_step=100     loss=2.207963   lr=0.0500       |g|=1.6696      acc=0.1875      time=4.32it/s
epoch=0 ch_step=150     loss=2.021324   lr=0.0500       |g|=0.4776      acc=0.2344      time=3.33it/s
epoch=0 ch_step=200     loss=2.130597   lr=0.0500       |g|=1.0736      acc=0.2031      time=4.32it/s
epoch=0 ch_step=250     loss=2.069763   lr=0.0500       |g|=0.5012      acc=0.2656      time=4.25it/s
epoch=0 ch_step=300     loss=2.109467   lr=0.0500       |g|=0.8755      acc=0.2344      time=4.14it/s
epoch=0 ch_step=350     loss=2.054185   lr=0.0500       |g|=0.6931      acc=0.2031      time=3.47it/s

Epoch 0: Training controller
Setting up a new session...
Setting up a new session...
Setting up a new session...
Setting up a new session...
Setting up a new session...
Setting up a new session...

I need help ,please.

SuperRui41 avatar May 13 '21 08:05 SuperRui41