Skip to content
New issue

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

[Backend] Django에서 integer list나 array를 쉽게 저장하는 방법 #96

Open
jangdonghae opened this issue Dec 9, 2019 · 2 comments
Labels
Backend help wanted Extra attention is needed

Comments

@jangdonghae
Copy link
Contributor

jangdonghae commented Dec 9, 2019

Django에서 integer list나 array를 쉽게 저장하는 방법 아시는 분 있나요?
지금 찾아보고 몇 개 구현해봤는데 잘 안되네요 ㄷㄷ

block_distribution field : 길이 5짜리 integer vector 저장
travel_feature_vector field : 길이 512짜리 float vector 저장

이거 두 개를 저장하는게 목표입니다

마땅한 방법이 더 없다면 string으로 저장해서 parsing할 예정입니다.

@jangdonghae jangdonghae added Backend help wanted Extra attention is needed labels Dec 9, 2019
@deploy-soon
Copy link
Contributor

512 float벡터 같은 경우는 장고에 굳이 저장하는 것보다 numpy array to string 통해 그대로 파일로 저장해두는 게 더 좋을 것 같은데 어떻게 생각하시나요

@jangdonghae
Copy link
Contributor Author

@deploy-soon 굉장히 좋은 방법인 것 같습니다. 파일로 저장하는 건 생각을 못했네요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants