Muhammad Ali

Results 12 comments of Muhammad Ali

Hi all, hope you are fine. I am a bit confused, that how multi-gpu is going to help us. As we are not having a generic dataset, we cannot split...

@MuhammadAsadJaved . Yes I have checked that repo but not getting good results!

Thanks for getting back to me. I have already done that, but I cannot extract model_256.pt from this zip file. That's the issue I am having...

Ok thanks, I saw it now, but using unzip command in colab, I was able to get model_256.pt file from it.

Thanks nathan, it is working now. I was thinking of generating apes based on text prompts, using clip models guidance. Do you think that I would be able to sell...

Hi @medphisiker You can use in fastai as follows: ``` from icevision.all import * from fastai.callback.tracker import EarlyStoppingCallback,ReduceLROnPlateau,SaveModelCallback learn = model_type.fastai.learner(dls=[train_dl, valid_dl], model=model, metrics=metrics,model_dir = icevision_models_pth) learn.fine_tune(5, 1e-3, freeze_epochs =...

Hi @salier @MrForExample ``` C:\Users\Owner\Downloads\StabilityMatrix-win-x64\Data\Packages\ComfyUI>"venv\Scripts\python.exe" -m pip install custom_nodes\ComfyUI-3D-Pack\diff-gaussian-rasterization Processing c:\users\owner\downloads\stabilitymatrix-win-x64\data\packages\comfyui\custom_nodes\comfyui-3d-pack\diff-gaussian-rasterization Preparing metadata (setup.py) ... done Building wheels for collected packages: diff_gaussian_rasterization Building wheel for diff_gaussian_rasterization (setup.py) ... error error:...

Thanks @0X-JonMichaelGalindo , I have used miniconda as well, but this issue persists

Can you kindly share me your library versions, and system specs.. eg, CUDA version, windows version etc..