Closed believewhat closed 3 months ago
During my training phase. I found the number of parameters is 0. And when I try to output p for p in model.get_model().parameters()) I got [] from p. Could you please help me? Thank you very much.
p for p in model.get_model().parameters())
During my training phase. I found the number of parameters is 0. And when I try to output
p for p in model.get_model().parameters())
I got [] from p. Could you please help me? Thank you very much.