Mukesh Ghimire

Results 8 comments of Mukesh Ghimire

I'm running into the same issue when using sine activation function. Just wanted to check if you guys were able to find any solution to this? Thanks!

I used [this repo](https://github.com/astanziola/siren-flax) instead of my network and no longer had the issue. Perhaps something to do with how the network was defined.

Just curious if the models performed differently when you had the issue vs now? Appreciate you responding. I'm still getting the error when the weight $w_0 = 30$ in the...

Hi @gray311, would it be possible to share the docker file that you used to successfully build the neurad-studio? Thanks!

Hey @atanas1054, with a bit of playing around, I was able to build it. However, 8/20 neurad-studio checkpoints have shape mismatch. Here's the docker file that worked for me. ```...

Just the recent commit, which, I believe also has the same issue. Although I didn't check to what extent.

I ran into similar issue, and was able to resolve by downgrading numpy. Here's the Dockerfile that ended up working for me: ``` FROM nvcr.io/nvidia/pytorch:23.10-py3 # this contains the base...

I can't seem to get it to work even when using yaml config file. Here's my yaml file: model_parameters: model_name: "Qwen/Qwen2.5-3B" dtype: "bfloat16" data_parallel_size: 4 gpu_memory_utilization: 0.8 max_model_length: 32768 use_chat_template:...