-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Compatibility with Jetson Nano 4GB #32
Comments
Hey @konarva 👋 by "running the experiment", I'm assuming you mean doing inference using a model trained somewhere else :) I ran the inference experiment long ago, so my ability to help will be limited. The model itself should be much smaller than 4GB, so I don't think it is the issue. The python environment, however, might have changed significantly 🤔 I'd suggest trying to ensure you use the same packages as in |
Hello, python3 bin/preprocess_dataset.py /path/to/config.yaml If I use an example that already exists (like cnn_experiment.yaml), should I just skip the first 2 steps and it will run correctly ? |
Yeah, the first two steps must be executed in a separate machine to train the model :) After you have a trained model, copy it to the Jetson machine and run the |
Trying to run an experiment on Jetson Nano (4GB version) with all the requirements installed, but I keep receiving the error ''MemoryError'' on terminal. Is that a hardware problem of the Jetson Nano (inefficient memory)?
Note: I also increased the size of the swap memory (I use a 32GB SD card) , but it didn't solve the problem.
The text was updated successfully, but these errors were encountered: