Skip to content

Latest commit

 

History

History

pytorch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Pytorch

version

torch: 1.13.1

Prepare

poetry install

Run

poetry run python pytorch/distributed_example.py

CNN

Input x Filter (kernel) -> Feature Map (Overlapping application)

References

Error

No module named '_lzma'
Traceback (most recent call last):
  File "/Users/nakamasato/repos/nakamasato/ml-training/pytorch/distributed_example.py", line 4, in <module>
    import lzma
  File "/Users/nakamasato/.pyenv/versions/3.9.0/lib/python3.9/lzma.py", line 27, in <module>
    from _lzma import *
ModuleNotFoundError: No module named '_lzma'
brew install xz