-
Hello!
When I configured the environment and then wanted to test it, when I entered the following command in the terminal
`python run_tracker.py atom default --dataset_name otb --sequence Soccer -…
-
Hi, thanks for your selfless code sharing. I encountered the following error when I run
python -m pointnet2.train.train_cls.
{'batch_size': 16,
'bn_momentum': 0.5,
'bnm_decay': 0.5,
'checkpoi…
-
# Description
I run visdom server (python -m visdom.server)on Ubuntu.
There is something wrong when I excute python demo:
```
import visdom
import numpy as np
vis = visdom.Visdom()
vis.tex…
-
-
Migrate visualization from Visdom to Tensorboard
-
Hello while I was training the autoenconder I encoder this error message shown below:
Have you ever encountered this error while training?
`
.
.
.
Epoch: [0][0/361] Batch Time: 0.202 (0.202) …
ghost updated
2 years ago
-
iter 2360 || Loss: 9.8369 || timer: 0.5007 sec.
iter 2370 || Loss: 9.9223 || timer: 0.4940 sec.
iter 2380 || Loss: 11.2484 || timer: 0.4787 sec.
iter 2390 || Loss: 10.6926 || timer: 0.4976 sec.
it…
-
**Bug Description**
I use the mean=[0.485, 0.456, 0.406],std=[0.229, 0.224, 0.225] to normalize the image.
Then I do some translates on these images. Finally, I restore these images to the normal s…
-
## Weekly-review
* 本周上半段用[pytorch](http://pytorch.org/)实现**U-Net**做细胞图像的分割,熟悉了框架中数据加载、模型构建、训练的部分。使用visdom构建可视化训练。下面是visdom中的loss的变化图。之后的工作和分析还没来得及做。
![avatar](http://onb7b05f6.bkt.clouddn.com/…
-
Hello I really want to use this repository for my deep learning course. After downloaded datasets when I want to run 'runtime.py' on google colab(I don't have GPU to run on my system), some error happ…