linmi1
linmi1
the same question!
> The command I run: > > python main.py --config configs/image.yaml input=/data/AIMH/pkgs/3D/Gen/dreamgaussian/data/anya_rgba.png save_path=/data/AIMH/pkgs/3D/Gen/dreamgaussian/outputs > > The result: > > Warning: Unable to load the following plugins: > > ``` >...
If I set ignore_matrix is True , I can run the codes correctly by changing some codes,I wonder if this setting will influence my result
I find that the value of output of the KAN model maybe negative ,so the calculation of loss will be troubled.How to keep the output of the KAN positive? Or...