Open lijain opened 5 years ago
Did you get any solution? I am also facing the same issue.
maybe the torch should be 1.0
I tried with that also, didn't work. Did it work for you?
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?
谢谢了,我先看看
torch 1.0 ,didn't work
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.
I am trying some other repo.
let's see if it works. https://github.com/facebookresearch/maskrcnn-benchmark
what is qq?
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.
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.
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.
Change every instance of torch.distributed.deprecated
to torch.distributed
. Just remove deprecated
.
why ModuleNotFoundError: No module named 'torch.distributed.deprecated'? # envirionment installed torch==1.2.0 and torchvision=0.4.0
请问您这个问题解决了嘛,我也是遇到了这个问题
没有
------------------ 原始邮件 ------------------ 发件人: "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.
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)
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)
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)
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)
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)
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)
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)
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)
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)
why ModuleNotFoundError: No module named 'torch.distributed.deprecated'? # envirionment installed torch==1.2.0 and torchvision=0.4.0