-
```
git clone git@github.com:facebookresearch/MaskDINO.git
cd MaskDINO
pip install -r requirements.txt
cd maskdino/modeling/pixel_decoder/ops
sh make.sh
cd /kaggle/working
```
then
```
cre…
-
I am getting this error, not too sure how to resolve it:
```bash
Traceback (most recent call last):
File "/home/hrl_gpu_1/rl/CORA/main.py", line 22, in
from models import build_model
Fil…
-
I want to run the code but i got the error here, how can i adjust the code ,thanks!
```
import MultiScaleDeformableAttention as MSDA
ImportError: libtorch_cpu.so: cannot open shared object file:…
-
Tried deploying via pkg and via script and I get the same error. bad interpreter /usr/bin/python: no such file or directory. I have installed python 3.10.5 first. My main goal is to set the default…
-
Thanks for your outstanding works! However, something wrong occured when I reproduced your project. The error log is following.
> Traceback (most recent call last):
File "main.py", line 26, in
…
-
Hi,
When starting SEB from Bookwidgets we get the error "This computer appears to be a virtual machine"
The issue is since the latest upgrade to 3.5.0.
we have several computers that hasn't upg…
-
I follow the instruction from the closed issue #41
my cuda version is 10.2,and pytorch version is 1.7.1,torchersion version is 0.8.1;other third-party dependency libraries are installed based on the…
-
We are running into an issue. We currently have python3 installed via JAMF on our machines. It looks like the script is referencing python2 commands. Is there a workaround or an update so we can run t…
-
Hi,
When i run test or train script, i have following error:
conda/miniconda3/envs/PTSEFormer/lib/python3.7/site-packages/torch/distributed/launch.py:186: FutureWarning: The module torch.distribut…
-
Hello,
I try to following the training instruction and run this command
python train_net.py --dist-url 'tcp://127.0.0.1:50163' \
--num-gpus 4 \
--config-file /home/cplabpla/OneFormer/co…