We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[{'name': 'Light Blue Dolce&Gabbana for women', 'similarity': array([[0.5619153]], dtype=float32), 'review': 'Everyday love', 'accords': "['citrus', 'woody', 'fresh', 'fruity', 'aromatic', 'musky', 'powdery', 'green']"}, {'name': 'Mon Guerlain Guerlain for women', 'similarity': array([[0.556712]], dtype=float32), 'review': 'A good everyday scent.', 'accords': "['vanilla', 'woody', 'lavender', 'aromatic', 'powdery', 'balsamic', 'sweet', 'warm spicy', 'fresh spicy', 'iris']"}, {'name': 'Allure Homme Sport Eau Extreme Chanel for men', 'similarity': array([[0.5487282]], dtype=float32), 'review': 'Good', 'accords': "['aromatic', 'vanilla', 'woody', 'fresh spicy', 'green', 'citrus', 'sweet', 'amber', 'musky', 'warm spicy']"}]
보기 힘들겠지만 array([[0.5619153]], dtype=float32) 저 부분때문에 json.dumps() 에서 오류 발생함.
array([[0.5619153]], dtype=float32)
json.dumps()
우선 뒤에 [0][0]을 붙여서 해결해보겠음
[0][0]
The text was updated successfully, but these errors were encountered:
해당 오류는 해결되었는데 float32 를 json.dumps() 가 지원하지 않는다는 오류가 발생합니다...ㅠㅠ
Sorry, something went wrong.
KYUUUW
Chajii
No branches or pull requests
보기 힘들겠지만
array([[0.5619153]], dtype=float32)
저 부분때문에json.dumps()
에서 오류 발생함.우선 뒤에
[0][0]
을 붙여서 해결해보겠음The text was updated successfully, but these errors were encountered: