tryanbot

Results 22 comments of tryanbot
trafficstars

why did you change the hyperparameter on EDet-D0? is there any particular reason?

What is the correct order to do that? pip install torch==1.4 -> python setup.py install on pytorch_encoding ? is it the same as doing pip install torch==1.4 -> pip install...

thanks, the error is disappear. however, I found a new error when I run python train.py --dataset ade20k --model deeplab --backbone resnest50 --aux --se-loss ![image](https://user-images.githubusercontent.com/35756747/100980238-85f8fd80-3577-11eb-966a-bc29bfee666f.png) could you please explain why...

@songguanglu : did the training finish? It will help a lot of people, it kinda hard to find the pretrained

no update regarding this?

super helpful, thank you so much.

I am be able to start the training with only 1 gpu, so I think the batch size is not a problem. but I tried the batch_size 4, and it's...

additional information, maybe it can help (or not) ![image](https://user-images.githubusercontent.com/35756747/89819283-59a71480-db75-11ea-84fa-3d2df6ed367f.png) this is the message when I interupt the process (after hanging for a while)

I tried by using 1 million before. the iteration number may not be a problem because the script run well in 1 gpu (regardless batchsize and iteration).