Savva Ignatyev
Savva Ignatyev
> @SavvaI Hi, please check https://github.com/ashawkey/stable-dreamfusion#trouble-shooting. I am using Nvidia-docker as specified above, so I tried to act as suggested in [https://github.com/ashawkey/stable-dreamfusion/issues/131#issuecomment-1414727699](url) but it did not work
> # Solution > Go to ./nerf/renderer.py Replace `dr.RasterizeGLContext` to `dr.RasterizeCudaContext` It work well!! So does the same problem in GET3D and nvdiffrec. Thank you it helps!
But after solving the described above issue now it fails while trying to load the mean_density from the checkpoint. [https://github.com/ashawkey/stable-dreamfusion/blob/3bd3c085afcf97c0a044e77088eee735076228b5/main.py#L148](url) The problem is, vanilla dreamfusion (without --dmtet) did not save...
> But after solving the described above issue now it fails while trying to load the mean_density from the checkpoint. > [https://github.com/ashawkey/stable-dreamfusion/blob/3bd3c085afcf97c0a044e77088eee735076228b5/main.py#L148](url) > The problem is, vanilla dreamfusion (without --dmtet)...
> What you saying is remove `--cuda_ray` from this code `parser.add_argument('-O', action='store_true', help="equals --fp16 --cuda_ray --dir_text")` ? Yeah, I was forced to do it, since --cuda_ray stopped working for me...
I have exactly the same problem is there a plan to add support for the multi-gpu setting? Because the size of the batch seems to be extremely important for quality...
> The Deviantart OAuth API, which is what gallery-dl uses, does not support fetching search results. The only thing that slightly resembles a search is the [`/browse/popular`](https://www.deviantart.com/developers/http/v1/20210526/browse_popular/73900c76a9806d17d78956830797d15d) endpoint and its...
I tried that guide and it didn't help. Executing mnist example from the guide works, but i get 263ms batch time comparing with 157ms when working on CPU
Ok. Thank you for reply.