반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 백준 7795
- gensim size
- pandas-profiling
- neo4j 스키마 정의
- BFS
- 텍스트전처리
- cs50
- 백준
- 플로이드워셜
- neo4j 제약조건
- Sequenial
- nodemon babel
- 워드 임베딩
- PREFECT
- gensim
- 파이썬
- neo4j
- 그랜빌의 법칙
- 첫서버
- express
- spring-boot3
- spring-boot2
- UnsatisfiedDependencyException
- 알고리즘
- 백준 회전초밥
- GET REQUESTS
- neo4j 인덱스 사용
- 투포인터
- gensim_models
- 백준 2470
Archives
- Today
- Total
목록gensim size (1)
정리정돈
TypeError: __init__() got an unexpected keyword argument 'size'(gensim)
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) in 2 from gensim.models import KeyedVectors 3 ----> 4 model = Word2Vec(sentences = result, size = 100, window = 5, min_count=5, workers=4, sg=0) TypeError: __init__() got an unexpected keyword argument 'size' size -> vector_size로 변경해주면 된다.
파이썬/오류
2022. 5. 17. 15:29