らんだむな記憶

blogというものを体験してみようか!的なー

2021-04-01から1日間の記事一覧

JupyterLab のセルの id が変わる

cell id changes on save · Issue #9645 · jupyterlab/jupyterlab · GitHub 保存する時に激しく変わってるな・・・。 regex - ignoring changes matching a string in git diff - Stack Overflow Git - diff-options Documentation 最新の Git クライアント…

GCP のプロジェクトの削除

GCP

Google Cloud Platformのプロジェクトの削除方法 - Qiita ちょっとドキドキする操作だけど開始から 1 年間が過ぎ、フリークレジットが終了するので、不要なリソースは解放しとかないと。

torch.tensor() と torch.Tensor() の違い

python - What is the difference between torch.tensor and torch.Tensor? - Stack Overflow In PyTorch torch.Tensor is the main tensor class. So all tensors are just instances of torch.Tensor.When you call torch.Tensor() you will get an empty …