zjhuang22 / maskscoring_rcnn

Codes for paper "Mask Scoring R-CNN".
MIT License
1.9k stars 378 forks source link

torch #73

Open lijain opened 5 years ago

lijain commented 5 years ago

why ModuleNotFoundError: No module named 'torch.distributed.deprecated'? # envirionment installed torch==1.2.0 and torchvision=0.4.0

harshgrovr commented 5 years ago

Did you get any solution? I am also facing the same issue.

DetectionIIT commented 5 years ago

maybe the torch should be 1.0

harshgrovr commented 5 years ago

I tried with that also, didn't work. Did it work for you?

harshgrovr commented 5 years ago

wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py

python collect_env.py

Can you run this and forward output, it will show all the version and libraries installed in the environment?

lijain commented 5 years ago

谢谢了,我先看看

lijain commented 5 years ago

torch 1.0 ,didn't work

lijain commented 5 years ago

Can you add a qq? Let's discuss it together?

------------------ 原始邮件 ------------------ 发件人: "Harsh Grover"notifications@github.com; 发送时间: 2019年8月14日(星期三) 晚上6:03 收件人: "zjhuang22/maskscoring_rcnn"maskscoring_rcnn@noreply.github.com; 抄送: "利剑"1632401541@qq.com;"Author"author@noreply.github.com; 主题: Re: [zjhuang22/maskscoring_rcnn] torch (#73)

wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py

python collect_env.py

Can you run this and forward output, it will show all the version and libraries installed in the environment?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

harshgrovr commented 5 years ago

I am trying some other repo.

let's see if it works. https://github.com/facebookresearch/maskrcnn-benchmark

what is qq?

lijain commented 5 years ago

I've seen this project, but demo can't run well, and it's spitting out when it's running.

------------------ 原始邮件 ------------------ 发件人: "Harsh Grover"notifications@github.com; 发送时间: 2019年8月14日(星期三) 晚上10:11 收件人: "zjhuang22/maskscoring_rcnn"maskscoring_rcnn@noreply.github.com; 抄送: "利剑"1632401541@qq.com;"Author"author@noreply.github.com; 主题: Re: [zjhuang22/maskscoring_rcnn] torch (#73)

I am trying some other repo.

let's see if it works. https://github.com/facebookresearch/maskrcnn-benchmark

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

wenhwu commented 5 years ago

torch.distributed.deprecated is the older version of torch.distributed and currently deprecated. It will be removed soon. Please use and refer the doc for torch.distributed, which is the latest distributed communication package for PyTorch.

https://pytorch.org/docs/1.1.0/distributed_deprecated.html

lijain commented 5 years ago

Are you talking about mask RCNN or MS rcnn?
I'd like to ask my RCNN to run the demo section to spit out the nucleus.

------------------ 原始邮件 ------------------ 发件人: "huei"notifications@github.com; 发送时间: 2019年8月15日(星期四) 中午1:50 收件人: "zjhuang22/maskscoring_rcnn"maskscoring_rcnn@noreply.github.com; 抄送: "利剑"1632401541@qq.com;"Author"author@noreply.github.com; 主题: Re: [zjhuang22/maskscoring_rcnn] torch (#73)

torch.distributed.deprecated is the older version of torch.distributed and currently deprecated. It will be removed soon. Please use and refer the doc for torch.distributed, which is the latest distributed communication package for PyTorch.

https://pytorch.org/docs/1.1.0/distributed_deprecated.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

kHarshit commented 5 years ago

Change every instance of torch.distributed.deprecated to torch.distributed. Just remove deprecated.

sls33 commented 4 years ago

why ModuleNotFoundError: No module named 'torch.distributed.deprecated'? # envirionment installed torch==1.2.0 and torchvision=0.4.0

请问您这个问题解决了嘛,我也是遇到了这个问题

lijain commented 4 years ago

没有

------------------ 原始邮件 ------------------ 发件人: "sls33"<notifications@github.com>; 发送时间: 2020年1月10日(星期五) 上午10:23 收件人: "zjhuang22/maskscoring_rcnn"<maskscoring_rcnn@noreply.github.com>; 抄送: "利剑"<1632401541@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [zjhuang22/maskscoring_rcnn] torch (#73)

why ModuleNotFoundError: No module named 'torch.distributed.deprecated'? # envirionment installed torch==1.2.0 and torchvision=0.4.0

请问您这个问题解决了嘛,我也是遇到了这个问题

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ustczhouyu commented 4 years ago

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)

ustczhouyu commented 4 years ago

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)

ustczhouyu commented 4 years ago

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)

ustczhouyu commented 4 years ago

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)

ustczhouyu commented 4 years ago

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)

ustczhouyu commented 4 years ago

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)

ustczhouyu commented 4 years ago

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)

ustczhouyu commented 4 years ago

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)

ustczhouyu commented 4 years ago

After training for some time, I want to change the learning rate to continue training, but after I changed the learning rate in the file, the learning rate is still the original one. Where should I set the current learning rate? (Not base lr)