TIL/Linux
ImportError: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html
inistory
2021. 6. 19. 02:00
์๋ฌ ์ํฉ
from transformers import pipeline, set_seed
generator = pipeline('text-generation', model='gpt2')
set_seed(42)
generator("Hello, I'm a language model,", max_length=30, num_return_sequences=5)
์๋ฌ๋ฉ์ธ์ง
ํด๊ฒฐ
pip3 install ipywidgets
์ฃผํผํฐ ๋ ธํธ๋ถ์์ !pip3 install ipywidgets ํ๋ ๊ฑด ์์ฉ์ด ์์๊ณ ,
pytorch ๊ฐ์ํ๊ฒฝ ์์ ๋ค์ด๊ฐ์ commend line์์ ์ค์นํ์ฌ ํด๊ฒฐํ๋ค.