copy も deepcopy もコピー後のオブジェクト id がコピー前のものと異なっている。しかし、以下の点でことなる。 - **copy**: students の value のオブジェクト id が同じ。 - **deepcopy**: students の value の ...
Hi, I'm encourating this issue while using gemini-1.5-flash in DSPy. Not sure if it belongs here, but the issue only occurs with the Gemini model. There's a line program.deepcopy() where a program ...