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

ValueError: high <= 0 #10

Open
vyom1911 opened this issue Mar 30, 2022 · 0 comments
Open

ValueError: high <= 0 #10

vyom1911 opened this issue Mar 30, 2022 · 0 comments

Comments

@vyom1911
Copy link

line 123, in get_batch
idx = np.random.randint(0, self.images.shape[0] - 1, num)
File "mtrand.pyx", line 748, in numpy.random.mtrand.RandomState.randint
File "_bounded_integers.pyx", line 1247, in numpy.random._bounded_integers._rand_int64

I think it may be because of dataset issue. I have my data as jpeg files in /data/ folder and I also tried as tensorflow records. Can you add instruction to run on what should be the type of data and how can I convert it in that format

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