-
## 강의
- https://www.edwith.org/boostcourse-dl-pytorch/joinLectures/24017
## 목차
- Lab-10-0 Convolution Neural Network-intro
- Lab-10-1 Convolution
- Lab-10-2 Mnist CNN
- Lab-10-3 visdom
-
# 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…
-
**Bug Description**
The CPU usage when starting the visdom server on my computer starts out at about 10%, but when I run a program that just adds data to a line plot the CPU usage slowly climbs. (I s…
-
I am running a project and visdom keeps printing this several times back to back?
The "Device: cpu" command is from my script but how I can stop visdom from printing the session thing in my terminal…
-
Traceback (most recent call last):
File "/Users/heojin/anaconda3/envs/tensorflow/lib/python3.7/site-packages/urllib3/connection.py", line 159, in _new_conn
(self._dns_host, self.port), self.ti…
-
AttributeError: Can't pickle local object 'Visdom.setup_socket..run_socket'
-
Besides visdom (#280), another monitoring solution that could be more useful than TensorBoard would be [Grafana](https://grafana.com/).
It's also used by OpenAI for their DOTA project:
https://blog.…
-
Hi, can I know more detail about how did you preprocess the silhouette image to GEI?
I have run the code successfully, but all my GEI(the following picture) aren't as clear as yours.
thank you very…
-
Dear authors,
I notice that all the instructions for reimplementation in readme are based on local environment.
However, if I am wanna reimplement in google colab, is there any guideline or anyth…
-
![image](https://user-images.githubusercontent.com/48192787/54503262-6e27b300-4969-11e9-9dd9-40aa5f2db2f1.png)
The code is running ,but it has error as the picture shown.
I don't know if this will …