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

nothing in folder train_mod #7

Open
254788 opened this issue Apr 30, 2020 · 1 comment
Open

nothing in folder train_mod #7

254788 opened this issue Apr 30, 2020 · 1 comment

Comments

@254788
Copy link

254788 commented Apr 30, 2020

Hello, when I was studying your thesis(《3D Object Reconstruction from a Single Depth View with Adversarial Learning》), I found that the code could not be run. Can you describe how to use it? I downloaded your github code and installed the conda environment on win10. After running, nothing is generated in the folder train_mod. In addition, which parameter can be modified to be smaller, the computer speed is very slow. Thank you for your answer!

@Yang7879
Copy link
Owner

Yang7879 commented May 7, 2020

Hi @254788 , make sure the virtual environment is correct before running the code. To speed up the code, you are suggested to modify the latent vector to be a smaller dimension, eg. reduce 5000 to 500 in the below line.

lfc = tools.Ops.xxlu(tools.Ops.fc(lfc, out_d=5000, name='fc1'), name='relu')

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