jacknewsom / autohas-pytorch

General implementation of AutoHAS in PyTorch
6 stars 1 forks source link

temporary weights #1

Open renzemeng opened 3 years ago

renzemeng commented 3 years ago

Can I ask where the temporary weights are created? What are the standards created?

jacknewsom commented 3 years ago

"Can I ask where the temporary weights are created?"

Sure, it's here: https://github.com/jacknewsom/autohas-pytorch/blob/master/train_controller.py#L69 We just do a copy.deepcopy of the torch model

"What are the standards created?"

I'm not sure I understand what you mean