Skip to content
Discussion options

You must be logged in to vote

It looks like this code mainly depends on the biogeme package, which is likely doing a lot of things under the hood. I'm not familiar with this package, so I won't be able to comment on whether you're using it correctly. I think you'd probably find better results by asking about your out-of-memory issue in a forum specific to the biogeme package, if possible.

But broadly speaking: the error you're seeing indicates that you're running a computation that uses more memory than is available on your device. The best approach will probably involve splitting your training into batches which can be run independently. I'd suggest looking into whether this kind of approach is supported by biogeme.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@tariqnaveed97
Comment options

@jakevdp
Comment options

@tariqnaveed97
Comment options

@jakevdp
Comment options

Answer selected by tariqnaveed97
@tariqnaveed97
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants