PeterouZh / CIPS-3D

3D-aware GANs based on NeRF (arXiv).
MIT License
610 stars 60 forks source link

Suggest to increase cpu operation? #10

Closed rgzn-aiyun closed 2 years ago

rgzn-aiyun commented 2 years ago

Hello, can you increase the cpu operating parameters?

PeterouZh commented 2 years ago

Sorry, could you explain what is "cpu operating parameters"?

rgzn-aiyun commented 2 years ago

Sorry, could you explain what is "cpu operating parameters"?

Add a parameter, it can also run on the cpu.

PeterouZh commented 2 years ago

The code is written without considering running on the CPU.

If you want to run on the CPU, some functions may need to be rewritten in NumPy. Sorry, I have no plans to implement this feature.