Closed zoetu closed 1 year ago
this is due to that there the l0 module is not initialized for FT mode, I think this is a manual exp scripts that do not check what the mode is. to address the problem, modify the trainer of the project by adding if-condition (only when the l0 module is not none) to call l0.forward.
this is due to that there the l0 module is not initialized for FT mode, I think this is a manual exp scripts that do not check what the mode is. to address the problem, modify the trainer of the project by adding if-condition (only when the l0 module is not none) to call l0.forward.
Thank you! I will try it
@zhangzhenyu13 Thanks! Yes, that is correct.
hello,@xiamengzhou! When i use your script to finetune the pruned model, there is an issue. But i hava no idea about it. What`s wrong with my code?