We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran "python main.py" and I got:
labelprobe image index 63296, items per sec 99.2679, 126.2880
Traceback (most recent call last): File "/home/jenazads/github/NetDissect-Lite/loader/data_loader.py", line 518, in batches raise StopIteration StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "main.py", line 18, in tally_result = fo.tally(features[layer_id],thresholds,savepath="tally.csv") File "/home/jenazads/github/NetDissect-Lite/feature_operation.py", line 216, in tally FeatureOperator.tally_job((features, self.data, threshold, tally_labels, tally_units, tally_units_cat, tally_both, 0, self.data.size())) File "/home/jenazads/github/NetDissect-Lite/feature_operation.py", line 142, in tally_job for batch in pd.batches(): RuntimeError: generator raised StopIteration
I identify that it happens in the feature_operation.py when batch is None. What should I do? or do you know what is happening??
The text was updated successfully, but these errors were encountered:
I think this is a duplicated issue: #18 and #14
Maybe this answer (#14 (comment)) works for you
Sorry, something went wrong.
I think this is a duplicated issue: #18 and #14 Maybe this answer (#14 (comment)) works for you
I already solved it. But Thanks!!
Hey,I also encountered this problem, how did solve the problem? can you please share?
No branches or pull requests
I ran "python main.py" and I got:
labelprobe image index 63296, items per sec 99.2679, 126.2880
Traceback (most recent call last):
File "/home/jenazads/github/NetDissect-Lite/loader/data_loader.py", line 518, in batches
raise StopIteration
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "main.py", line 18, in
tally_result = fo.tally(features[layer_id],thresholds,savepath="tally.csv")
File "/home/jenazads/github/NetDissect-Lite/feature_operation.py", line 216, in tally
FeatureOperator.tally_job((features, self.data, threshold, tally_labels, tally_units, tally_units_cat, tally_both, 0, self.data.size()))
File "/home/jenazads/github/NetDissect-Lite/feature_operation.py", line 142, in tally_job
for batch in pd.batches():
RuntimeError: generator raised StopIteration
I identify that it happens in the feature_operation.py when batch is None.
What should I do? or do you know what is happening??
The text was updated successfully, but these errors were encountered: