Unanswered
Hello Everyone ! I Tried To Reproduce Your Tutorial :
And it seems you are fully correct, log_dataset_statistics
is not even called in preprocessing.py
🤔 That seems like a bad oversight from our end. If you add it yourself, does it work then? Add it on line 140, just after dataset_task.flush
the line itself is: self.log_dataset_statistics(dataset_task)
also change line 84 to values=self.metadata['label'],
You found it, so if you want you can open a PR and fix it so you get credit for it 🙂 If not, I can do it if you want!
183 Views
0
Answers
2 years ago
one year ago