DARTS-PyTorch
DARTS-PyTorch copied to clipboard
Cpu usage shoots up during validation
During training cpu usage reaches upto 1000%(can go upto 3200) in a 32 thread cpu and during validation all 32 threads reach 100% making it 3200% usage even though validation uses gpu. How do I reduce cpu usage?