model.save(model_path) has error when the file size exceed the 773Kb. #5988
Unanswered
howtokim
asked this question in
Community | Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
bellow source program has no problem to be saved at normal.
but, if the file size exceed the 773K bytes.
the program is stopped at the line "model.save(model_save_path)"
there wa no except message. just stopped at the line.
<< source program>>
ticker = ticker.replace('KRW-', '')
# 매수 의견을 기록할 리스트 초기화
self.acc_reward_cnt = 0
self.acc_action_cnt = 0
I checked the disk's free space and folder size.
and also check the CPU and Memory during the program is running.
it seems there is nothing problem.
Beta Was this translation helpful? Give feedback.
All reactions