Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need Help on Visdom #14

Open
tsuttaket2 opened this issue Sep 3, 2019 · 1 comment
Open

Need Help on Visdom #14

tsuttaket2 opened this issue Sep 3, 2019 · 1 comment

Comments

@tsuttaket2
Copy link

Hi,
I rerun your implementation on my machine but it seems to not work for me. Can you please suggest how can I solve this

  1. I am going to begin with CelebA dataset
  2. I extracted the dataset to folder D:...
    Beta-VAE-master\data\CelebA\Training
  3. I deleted most of the photos to make the size manageable to see if it can run (left with around 40 phtos)
  4. install visdom, torch, torchvision
  5. initialize visdom (python -m visdom.server)
    Step 5
  6. Use my browser to access http://localhost:8097/
    Step 6   Output
  7. python main.py --dataset celeba --seed 1 --lr 1e-4 --beta1 0.9 --beta2 0.999 --objective H --model H --batch_size 64 --z_dim 10 --max_iter 1.5e3 --beta 10 --viz_name celeba_H_beta10_z10
    Step 7

Even if there is no error shown, I there is no output shown on either http://localhost:8097/ or in the folder D:...\Beta-VAE-master\outputs\celeba_H_beta10_z10
Step 6   Output

@sharpe5
Copy link

sharpe5 commented Aug 9, 2020

All I can suggest is trying different combinations of packages and Python versions, perhaps there is a version conflict. Miniconda is your friend here. The screenshots show that you are using Windows, perhaps try it on Linux?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants