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

Tensorboard not found when training #1896

Open
VVilliams123 opened this issue Sep 26, 2024 · 0 comments
Open

Tensorboard not found when training #1896

VVilliams123 opened this issue Sep 26, 2024 · 0 comments

Comments

@VVilliams123
Copy link

HI I am on a jetson nano 4Gb and i get this error when i try train my AI.
input
python3 train_ssd.py --dataset-type=voc --data=data/tools --model-dir=models/tools --batch-size=2 --workers=1 --epochs=1

output
File "train_ssd.py", line 15, in
from torch.utils.tensorboard import SummaryWriter
File "/usr/local/lib/python3.6/dist-packages/torch/utils/tensorboard/init.py", line 1, in
import tensorboard
ModuleNotFoundError: No module named 'tensorboard'

I tried installing tensor board then got this error
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'setuptools'

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-h2snktrt/numpy/
nividia@nividi

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