zzzxxxttt/pytorch_AMC

搜索

Opened this issue · 0 comments

Traceback (most recent call last):
File "/home/xx/Download/pytorch_AMC-master/cifar_search.py", line 151, in
main()
File "/home/xx/Download/pytorch_AMC-master/cifar_search.py", line 100, in main
next_state, real_action, done, score = learner.compress(action)
File "/home/xx/Download/pytorch_AMC-master/learners/channel_pruning.py", line 194, in compress
next_state, real_action, num_channels, done = self.proxy.compress(action)
ValueError: not enough values to unpack (expected 4, got 3)
这是什么问题