miki0902
miki0902
返信ありがとうございます インポートをコメントした場合、編集するべきコードはありますか 現状NameError: name 'Client' is not definedというエラーが出ています Thanks for the reply. Is there any code I should edit if I commented the import I am getting an error that...
こんにちは、Clientに関する箇所を編集したら、別のエラーにたどり着きました ImportError: cannot import name '_scaled_dot_product_attention' from 'torch.nn.functional' と出ており,torchのバージョンが原因であると考えられています 現在私の環境ではversion2.4.1を使用していますが,推奨しているversionはありますか Hi, I edited the part about Client and got to another error ImportError: cannot import name '_scaled_dot_product_attention' from 'torch.nn.functional' and...
Thank you. I was able to move it safely !