|
|
|
|
|
by jmugan
389 days ago
|
|
My problem isn't running out of memory; it's loading in a complex model where the fields are BaseModels and unions of BaseModels multiple levels deep. It doesn't load it all the way and leaves some of the deeper parts as dictionaries. I need like almost a parser to search the space of different loads. Anyone have any ideas for software that does that? |
|
Are you able to share a snippet that reproduces what you're seeing?