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

jetson nano not enough memory #85

Open
giahuytn opened this issue Jun 10, 2021 · 0 comments
Open

jetson nano not enough memory #85

giahuytn opened this issue Jun 10, 2021 · 0 comments

Comments

@giahuytn
Copy link

hello all,
I tried to run detection.ipynb on jetsion nano model B1 (jetpack: 4.5 b129 and TF: 1.15) . It threw error: memory not enough when create inference

trt_graph = trt.create_inference_graph(
    input_graph_def=frozen_graph,
    outputs=output_names,
    max_batch_size=1,
    max_workspace_size_bytes=1 << 25,
    precision_mode='FP16',
    minimum_segment_size=50
)

how can i fix this?
thanks,

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

No branches or pull requests

1 participant