Deepラーニングのメモです
627 views
state = [
0, 7
]
state = torch.tensor(state)
state = F.one_hot(state, num_classes=8)
state = state.to(torch.float32)
Page 16 of 33.
すぺぺぺ
本サイトの作成者。
プログラムは趣味と勉強を兼ねて、のんびり本サイトを作っています。
フレームワークはdjango。
ChatGPTで自動プログラム作成に取り組み中。
https://www.osumoi-stdio.com/novel/