Giter VIP home page Giter VIP logo

Comments (7)

tano297 avatar tano297 commented on June 19, 2024

I'm going to need more information to help with this. It seems to be a problem with multi-gpu.

Can you share your setup? What is your version of pytorch. What is your computer configuration? What are you trying to achieve?

from lidar-bonnetal.

tano297 avatar tano297 commented on June 19, 2024

Closing this due to inactivity

from lidar-bonnetal.

Spartacus782 avatar Spartacus782 commented on June 19, 2024

@tano297 I also got this error message it looks like. I am running two GeForce RTX 2080 Ti on an SLI bridge, running Ubuntu 16.04. My version of pytorch is 1.1.0. I've double checked all my versions with your requirements doc and they all match.

I'm just trying to run the data to get the training pipeline to work on my computer. I'll attach the output from running the program below.

Thanks for sharing your work, this is everything on PRBonn is super cool!

Input:


./train.py -d /home/stucky/catkin_ws/src/KITTI_dataset/dataset/ -ac /home/stucky/catkin_ws/src/darknet53-1024-model/arch_cfg.yaml -l /home/stucky/catkin_ws/logs/

Output:


----------
INTERFACE:
dataset /home/stucky/catkin_ws/src/KITTI_dataset/dataset/
arch_cfg /home/stucky/catkin_ws/src/darknet53-1024-model/arch_cfg.yaml
data_cfg config/labels/semantic-kitti.yaml
log /home/stucky/catkin_ws/logs/
pretrained None
----------

Commit hash (training version):  b'4233111'
----------

Opening arch config file /home/stucky/catkin_ws/src/darknet53-1024-model/arch_cfg.yaml
Opening data config file config/labels/semantic-kitti.yaml
No pretrained directory found.
Copying files to /home/stucky/catkin_ws/logs/ for further reference.
Sequences folder exists! Using sequences from /home/stucky/catkin_ws/src/KITTI_dataset/dataset/sequences
parsing seq 00
parsing seq 01
parsing seq 02
parsing seq 03
parsing seq 04
parsing seq 05
parsing seq 06
parsing seq 07
parsing seq 09
parsing seq 10
Using 19130 scans from sequences [0, 1, 2, 3, 4, 5, 6, 7, 9, 10]
Sequences folder exists! Using sequences from /home/stucky/catkin_ws/src/KITTI_dataset/dataset/sequences
parsing seq 08
Using 4071 scans from sequences [8]
Loss weights from content:  tensor([  0.0000,  22.9317, 857.5627, 715.1100, 315.9618, 356.2452, 747.6170,
        887.2239, 963.8915,   5.0051,  63.6247,   6.9002, 203.8796,   7.4802,
         13.6315,   3.7339, 142.1462,  12.6355, 259.3699, 618.9667])
Using DarknetNet53 Backbone
Depth of backbone input =  5
Original OS:  32
New OS:  32
Strides:  [2, 2, 2, 2, 2]
THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=383 error=11 : invalid argument
Decoder original OS:  32
Decoder new OS:  32
Decoder strides:  [2, 2, 2, 2, 2]
Total number of parameters:  50377364
Total number of parameters requires_grad:  50377364
Param encoder  40585504
Param decoder  9786080
Param head  5780
No path to pretrained, using random init.
Training in device:  cuda
Let's use 2 GPUs!
Ignoring class  0  in IoU evaluation
[IOU EVAL] IGNORE:  tensor([0])
[IOU EVAL] INCLUDE:  tensor([ 1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
        19])
Traceback (most recent call last):
  File "./train.py", line 115, in <module>
    trainer.train()
  File "../../tasks/semantic/modules/trainer.py", line 236, in train
    show_scans=self.ARCH["train"]["show_scans"])
  File "../../tasks/semantic/modules/trainer.py", line 317, in train_epoch
    output = model(in_vol, proj_mask)
  File "/home/stucky/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 493, in __call__
    result = self.forward(*input, **kwargs)
  File "/home/stucky/.local/lib/python3.5/site-packages/torch/nn/parallel/data_parallel.py", line 152, in forward
    outputs = self.parallel_apply(replicas, inputs, kwargs)
  File "/home/stucky/.local/lib/python3.5/site-packages/torch/nn/parallel/data_parallel.py", line 162, in parallel_apply
    return parallel_apply(replicas, inputs, kwargs, self.device_ids[:len(replicas)])
  File "/home/stucky/.local/lib/python3.5/site-packages/torch/nn/parallel/parallel_apply.py", line 83, in parallel_apply
    raise output
  File "/home/stucky/.local/lib/python3.5/site-packages/torch/nn/parallel/parallel_apply.py", line 59, in _worker
    output = module(*input, **kwargs)
  File "/home/stucky/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 493, in __call__
    result = self.forward(*input, **kwargs)
  File "../../tasks/semantic/modules/segmentator.py", line 149, in forward
    y, skips = self.backbone(x)
  File "/home/stucky/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 493, in __call__
    result = self.forward(*input, **kwargs)
  File "../..//backbones/darknet.py", line 167, in forward
    x, skips, os = self.run_layer(x, self.conv1, skips, os)
  File "../..//backbones/darknet.py", line 150, in run_layer
    y = layer(x)
  File "/home/stucky/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 493, in __call__
    result = self.forward(*input, **kwargs)
  File "/home/stucky/.local/lib/python3.5/site-packages/torch/nn/modules/conv.py", line 338, in forward
    self.padding, self.dilation, self.groups)
RuntimeError: cuda runtime error (11) : invalid argument at /pytorch/aten/src/THC/THCGeneral.cpp:383

from lidar-bonnetal.

tano297 avatar tano297 commented on June 19, 2024

I think this is related to this issue in turing gpus.
Can you check if installing pytorch from source solves this? It takes a couple of hours to build, but it may save you a lot of pain. Make sure to checkout the 1.1.0 branch before you build.

from lidar-bonnetal.

Spartacus782 avatar Spartacus782 commented on June 19, 2024

Sorry, had a bit of a saga. I think it is training now, but there's no tensorboard output. I'm going to let it run for a while. I had this going shortly after you suggested installing pytorch from source (using your advice), but wasn't getting the tensorboard output (it just says there's no dashboards for the current data set).

Fiddling around with it I had one run where the log parameter in the ./train.py command was directed at the ~ directory. It deleted the .bashrc file and messed with several other things. Not sure what all happened, but getting all the drivers and libraries in the right place again took a little time. I still don't see any tensorboard output, but I'll let this run for a day. Using nvidia-smi there's a python3 process taking most of the memory usage on both cards, so I'm pretty sure it's going. Any guesstimate on how long the training will take on 2x2080 RTX Ti's (1 hour, 1 day, 1 week...)? Any idea why there's no Tensorboard output (the tb directory doesn't have any files in it)?

There's also a warning in the output:

Let's use 2 GPUs!
/home/stucky/BonnEnv/lib/python3.5/site-packages/torch/optim/lr_scheduler.py:123: UserWarning: Detected call of `lr_scheduler.step()` before `optimizer.step()`. In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `lr_scheduler.step()`.  Failure to do this will result in PyTorch skipping the first value of the learning rate schedule. See more details at https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate
  "https://pytorch.org/docs/stable/optim.html#how-to-adjust-learning-rate", UserWarning)
Ignoring class  0  in IoU evaluation
[IOU EVAL] IGNORE:  tensor([0])
[IOU EVAL] INCLUDE:  tensor([ 1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16, 17, 18,
        19])
$ ~/catkin_ws/logs$ tensorboard --logdir=. --port 5555
TensorBoard 1.13.1 at http://stucky-SC:5555 (Press CTRL+C to quit)
I0217 09:49:21.509816 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:49:21] "GET / HTTP/1.1" 200 -
I0217 09:49:21.988764 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:49:21] "GET /font-roboto/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2 HTTP/1.1" 200 -
I0217 09:49:22.439033 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /tf-interactive-inference-dashboard/editedexample.png HTTP/1.1" 200 -
I0217 09:49:22.439552 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /tf-interactive-inference-dashboard/distance.png HTTP/1.1" 200 -
I0217 09:49:22.440396 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /tf-interactive-inference-dashboard/explorecounterfactuals.png HTTP/1.1" 200 -
I0217 09:49:22.441018 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /tf-interactive-inference-dashboard/pdplots.png HTTP/1.1" 200 -
I0217 09:49:22.500847 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:49:22.501385 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /data/environment HTTP/1.1" 200 -
I0217 09:49:22.501975 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /data/runs HTTP/1.1" 200 -
I0217 09:49:22.502939 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:49:22.624046 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /font-roboto/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2 HTTP/1.1" 200 -
I0217 09:49:22.625193 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:49:22.629087 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /font-roboto/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2 HTTP/1.1" 200 -
I0217 09:49:22.629708 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /font-roboto/vPcynSL0qHq_6dX7lKVByXYhjbSpvc47ee6xR_80Hnw.woff2 HTTP/1.1" 200 -
I0217 09:49:22.630544 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /data/environment HTTP/1.1" 200 -
I0217 09:49:22.631788 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /data/runs HTTP/1.1" 200 -
I0217 09:49:22.632242 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:49:22] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:49:53.263955 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:49:53] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:49:53.265472 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:49:53] "GET /data/runs HTTP/1.1" 200 -
I0217 09:49:53.269154 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:49:53] "GET /data/environment HTTP/1.1" 200 -
I0217 09:49:53.271071 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:49:53] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:50:24.263456 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:50:24] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:50:24.265085 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:50:24] "GET /data/environment HTTP/1.1" 200 -
I0217 09:50:24.268985 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:50:24] "GET /data/runs HTTP/1.1" 200 -
I0217 09:50:24.270173 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:50:24] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:50:54.259129 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:50:54] "GET /data/runs HTTP/1.1" 200 -
I0217 09:50:54.260286 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:50:54] "GET /data/environment HTTP/1.1" 200 -
I0217 09:50:54.260518 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:50:54] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:50:54.260991 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:50:54] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:51:24.258929 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:51:24] "GET /data/runs HTTP/1.1" 200 -
I0217 09:51:24.259255 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:51:24] "GET /data/environment HTTP/1.1" 200 -
I0217 09:51:24.260294 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:51:24] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:51:24.260995 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:51:24] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:51:54.259521 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:51:54] "GET /data/runs HTTP/1.1" 200 -
I0217 09:51:54.259991 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:51:54] "GET /data/environment HTTP/1.1" 200 -
I0217 09:51:54.260916 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:51:54] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:51:54.261141 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:51:54] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:52:24.259367 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:52:24] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:52:24.259912 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:52:24] "GET /data/runs HTTP/1.1" 200 -
I0217 09:52:24.260869 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:52:24] "GET /data/environment HTTP/1.1" 200 -
I0217 09:52:24.261476 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:52:24] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:52:54.260225 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:52:54] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:52:54.261003 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:52:54] "GET /data/runs HTTP/1.1" 200 -
I0217 09:52:54.261335 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:52:54] "GET /data/environment HTTP/1.1" 200 -
I0217 09:52:54.261737 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:52:54] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:53:24.260987 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:53:24] "GET /data/environment HTTP/1.1" 200 -
I0217 09:53:24.261278 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:53:24] "GET /data/runs HTTP/1.1" 200 -
I0217 09:53:24.261802 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:53:24] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:53:24.262510 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:53:24] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:53:54.261704 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:53:54] "GET /data/environment HTTP/1.1" 200 -
I0217 09:53:54.262285 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:53:54] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:53:54.263093 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:53:54] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:53:54.263258 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:53:54] "GET /data/runs HTTP/1.1" 200 -
I0217 09:54:24.261484 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:54:24] "GET /data/environment HTTP/1.1" 200 -
I0217 09:54:24.262717 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:54:24] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:54:24.263761 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:54:24] "GET /data/runs HTTP/1.1" 200 -
I0217 09:54:24.264215 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:54:24] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:54:54.262682 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:54:54] "GET /data/runs HTTP/1.1" 200 -
I0217 09:54:54.263033 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:54:54] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:54:54.263340 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:54:54] "GET /data/environment HTTP/1.1" 200 -
I0217 09:54:54.264111 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:54:54] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:55:24.262304 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:55:24] "GET /data/environment HTTP/1.1" 200 -
I0217 09:55:24.262869 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:55:24] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:55:24.263956 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:55:24] "GET /data/runs HTTP/1.1" 200 -
I0217 09:55:24.264759 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:55:24] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:55:54.262932 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:55:54] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:55:54.264201 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:55:54] "GET /data/environment HTTP/1.1" 200 -
I0217 09:55:54.264459 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:55:54] "GET /data/runs HTTP/1.1" 200 -
I0217 09:55:54.265566 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:55:54] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:56:24.267652 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:56:24] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:56:24.268723 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:56:24] "GET /data/environment HTTP/1.1" 200 -
I0217 09:56:24.269299 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:56:24] "GET /data/runs HTTP/1.1" 200 -
I0217 09:56:24.269521 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:56:24] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:56:54.269097 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:56:54] "GET /data/environment HTTP/1.1" 200 -
I0217 09:56:54.269376 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:56:54] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:56:54.269852 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:56:54] "GET /data/runs HTTP/1.1" 200 -
I0217 09:56:54.271094 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:56:54] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:57:24.266405 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:57:24] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:57:24.266688 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:57:24] "GET /data/environment HTTP/1.1" 200 -
I0217 09:57:24.266883 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:57:24] "GET /data/runs HTTP/1.1" 200 -
I0217 09:57:24.268077 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:57:24] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:57:24.312900 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:57:24] "GET / HTTP/1.1" 200 -
I0217 09:57:24.897612 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:57:24] "GET /font-roboto/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2 HTTP/1.1" 200 -
I0217 09:57:25.405585 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /tf-interactive-inference-dashboard/editedexample.png HTTP/1.1" 200 -
I0217 09:57:25.405975 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /tf-interactive-inference-dashboard/distance.png HTTP/1.1" 200 -
I0217 09:57:25.406338 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /tf-interactive-inference-dashboard/explorecounterfactuals.png HTTP/1.1" 200 -
I0217 09:57:25.407174 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /tf-interactive-inference-dashboard/pdplots.png HTTP/1.1" 200 -
I0217 09:57:25.468823 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /data/environment HTTP/1.1" 200 -
I0217 09:57:25.469108 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:57:25.469700 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /data/runs HTTP/1.1" 200 -
I0217 09:57:25.470769 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:57:25.532071 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /font-roboto/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2 HTTP/1.1" 200 -
I0217 09:57:25.533378 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:57:25.535840 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /font-roboto/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2 HTTP/1.1" 200 -
I0217 09:57:25.536263 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /font-roboto/vPcynSL0qHq_6dX7lKVByXYhjbSpvc47ee6xR_80Hnw.woff2 HTTP/1.1" 200 -
I0217 09:57:25.539274 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /data/environment HTTP/1.1" 200 -
I0217 09:57:25.550343 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /data/runs HTTP/1.1" 200 -
I0217 09:57:25.551093 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:57:25] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:57:55.537936 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:57:55] "GET /data/environment HTTP/1.1" 200 -
I0217 09:57:55.538516 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:57:55] "GET /data/runs HTTP/1.1" 200 -
I0217 09:57:55.539073 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:57:55] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:57:55.540113 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:57:55] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:58:25.540309 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:58:25] "GET /data/runs HTTP/1.1" 200 -
I0217 09:58:25.540585 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:58:25] "GET /data/environment HTTP/1.1" 200 -
I0217 09:58:25.541712 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:58:25] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:58:25.542082 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:58:25] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:58:55.541569 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:58:55] "GET /data/environment HTTP/1.1" 200 -
I0217 09:58:55.541996 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:58:55] "GET /data/runs HTTP/1.1" 200 -
I0217 09:58:55.542350 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:58:55] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:58:55.543211 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:58:55] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:59:25.542673 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:59:25] "GET /data/environment HTTP/1.1" 200 -
I0217 09:59:25.543759 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:59:25] "GET /data/runs HTTP/1.1" 200 -
I0217 09:59:25.543982 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:59:25] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:59:25.544899 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:59:25] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 09:59:55.540044 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 09:59:55] "GET /data/runs HTTP/1.1" 200 -
I0217 09:59:55.541444 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 09:59:55] "GET /data/experiments HTTP/1.1" 200 -
I0217 09:59:55.541920 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 09:59:55] "GET /data/environment HTTP/1.1" 200 -
I0217 09:59:55.542472 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 09:59:55] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:00:25.540667 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:00:25] "GET /data/runs HTTP/1.1" 200 -
I0217 10:00:25.541714 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:00:25] "GET /data/environment HTTP/1.1" 200 -
I0217 10:00:25.542454 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:00:25] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:00:25.543299 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:00:25] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:00:55.545145 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:00:55] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:00:55.545821 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:00:55] "GET /data/runs HTTP/1.1" 200 -
I0217 10:00:55.546610 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:00:55] "GET /data/environment HTTP/1.1" 200 -
I0217 10:00:55.547362 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:00:55] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:01:11.666204 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:01:11] "GET /data/plugin/scalars/tags HTTP/1.1" 200 -
I0217 10:01:15.229743 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:01:15] "GET / HTTP/1.1" 200 -
I0217 10:01:15.445287 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:01:15] "GET /font-roboto/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2 HTTP/1.1" 200 -
I0217 10:01:15.917986 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:01:15] "GET /tf-interactive-inference-dashboard/editedexample.png HTTP/1.1" 200 -
I0217 10:01:15.918384 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:01:15] "GET /tf-interactive-inference-dashboard/distance.png HTTP/1.1" 200 -
I0217 10:01:15.918741 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:01:15] "GET /tf-interactive-inference-dashboard/explorecounterfactuals.png HTTP/1.1" 200 -
I0217 10:01:15.919109 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:01:15] "GET /tf-interactive-inference-dashboard/pdplots.png HTTP/1.1" 200 -
I0217 10:01:15.978120 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:01:15] "GET /data/runs HTTP/1.1" 200 -
I0217 10:01:15.978665 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:01:15] "GET /data/environment HTTP/1.1" 200 -
I0217 10:01:15.978906 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:01:15] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:01:15.979741 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:01:15] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:01:16.041893 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:01:16] "GET /font-roboto/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2 HTTP/1.1" 200 -
I0217 10:01:16.042694 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:01:16] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:01:16.085245 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:01:16] "GET /font-roboto/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2 HTTP/1.1" 200 -
I0217 10:01:16.085722 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:01:16] "GET /font-roboto/vPcynSL0qHq_6dX7lKVByXYhjbSpvc47ee6xR_80Hnw.woff2 HTTP/1.1" 200 -
I0217 10:01:16.086447 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:01:16] "GET /data/environment HTTP/1.1" 200 -
I0217 10:01:16.088240 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:01:16] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:01:16.088456 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:01:16] "GET /data/runs HTTP/1.1" 200 -
I0217 10:01:46.046983 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:01:46] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:01:46.047995 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:01:46] "GET /data/runs HTTP/1.1" 200 -
I0217 10:01:46.048978 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:01:46] "GET /data/environment HTTP/1.1" 200 -
I0217 10:01:46.049522 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:01:46] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:02:16.049071 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:02:16] "GET /data/environment HTTP/1.1" 200 -
I0217 10:02:16.050240 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:02:16] "GET /data/runs HTTP/1.1" 200 -
I0217 10:02:16.051106 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:02:16] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:02:16.051283 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:02:16] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:02:46.050162 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:02:46] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:02:46.050827 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:02:46] "GET /data/environment HTTP/1.1" 200 -
I0217 10:02:46.051062 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:02:46] "GET /data/runs HTTP/1.1" 200 -
I0217 10:02:46.052269 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:02:46] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:03:16.051909 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:03:16] "GET /data/runs HTTP/1.1" 200 -
I0217 10:03:16.052234 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:03:16] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:03:16.052490 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:03:16] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:03:16.053221 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:03:16] "GET /data/environment HTTP/1.1" 200 -
I0217 10:03:46.055195 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:03:46] "GET /data/environment HTTP/1.1" 200 -
I0217 10:03:46.055813 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:03:46] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:03:46.056072 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:03:46] "GET /data/runs HTTP/1.1" 200 -
I0217 10:03:46.057047 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:03:46] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:04:16.053958 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:04:16] "GET /data/environment HTTP/1.1" 200 -
I0217 10:04:16.054220 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:04:16] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:04:16.055597 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:04:16] "GET /data/runs HTTP/1.1" 200 -
I0217 10:04:16.056223 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:04:16] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:04:46.055375 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:04:46] "GET /data/runs HTTP/1.1" 200 -
I0217 10:04:46.055673 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:04:46] "GET /data/environment HTTP/1.1" 200 -
I0217 10:04:46.056298 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:04:46] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:04:46.057242 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:04:46] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:05:16.056953 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:05:16] "GET /data/runs HTTP/1.1" 200 -
I0217 10:05:16.057610 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:05:16] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:05:16.058286 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:05:16] "GET /data/environment HTTP/1.1" 200 -
I0217 10:05:16.059140 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:05:16] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:05:46.058779 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:05:46] "GET /data/environment HTTP/1.1" 200 -
I0217 10:05:46.059187 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:05:46] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:05:46.059839 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:05:46] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:05:46.060312 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:05:46] "GET /data/runs HTTP/1.1" 200 -
I0217 10:06:16.059276 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:06:16] "GET /data/runs HTTP/1.1" 200 -
I0217 10:06:16.060063 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:06:16] "GET /data/environment HTTP/1.1" 200 -
I0217 10:06:16.060908 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:06:16] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:06:16.061805 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:06:16] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:06:46.064148 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:06:46] "GET /data/runs HTTP/1.1" 200 -
I0217 10:06:46.065257 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:06:46] "GET /data/environment HTTP/1.1" 200 -
I0217 10:06:46.067500 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:06:46] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:06:46.070419 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:06:46] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:07:16.063174 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:07:16] "GET /data/runs HTTP/1.1" 200 -
I0217 10:07:16.063749 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:07:16] "GET /data/environment HTTP/1.1" 200 -
I0217 10:07:16.064053 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:07:16] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:07:16.064290 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:07:16] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:07:46.063333 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:07:46] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:07:46.063573 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:07:46] "GET /data/environment HTTP/1.1" 200 -
I0217 10:07:46.064327 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:07:46] "GET /data/runs HTTP/1.1" 200 -
I0217 10:07:46.065491 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:07:46] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:08:16.069757 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:08:16] "GET /data/environment HTTP/1.1" 200 -
I0217 10:08:16.070809 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:08:16] "GET /data/runs HTTP/1.1" 200 -
I0217 10:08:16.072937 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:08:16] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:08:16.077162 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:08:16] "GET /data/plugins_listing HTTP/1.1" 200 -
I0217 10:08:46.070719 140313257047808 _internal.py:113] ::1 - - [17/Feb/2020 10:08:46] "GET /data/environment HTTP/1.1" 200 -
I0217 10:08:46.073248 140312639878912 _internal.py:113] ::1 - - [17/Feb/2020 10:08:46] "GET /data/experiments HTTP/1.1" 200 -
I0217 10:08:46.074873 140313173153536 _internal.py:113] ::1 - - [17/Feb/2020 10:08:46] "GET /data/runs HTTP/1.1" 200 -
I0217 10:08:46.077873 140313215100672 _internal.py:113] ::1 - - [17/Feb/2020 10:08:46] "GET /data/plugins_listing HTTP/1.1" 200 - 

from lidar-bonnetal.

KleinYuan avatar KleinYuan commented on June 19, 2024

Met the same issue, but

pip install --upgrade https://download.pytorch.org/whl/cu100/torch-1.1.0-cp36-cp36m-linux_x86_64.whl
pip install --upgrade https://download.pytorch.org/whl/cu100/torchvision-0.3.0-cp36-cp36m-linux_x86_64.whl

will do the trick.

from lidar-bonnetal.

kosmastsk avatar kosmastsk commented on June 19, 2024

Had the same issue on Ubuntu 18.04 with Nvidia GTX 1660 Ti and cuda 10.0 installed. Removing the version from torch and torchvision packages in the requirements.txt, solved the problem for me

from lidar-bonnetal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.