Typo in Multi Object detection pynb template?

aestarita
aestarita Posts: 22 🔥

I am trying to work on a Multi Object detection model and right before I start training I hit an error in the line that says:
DATASET_DIR = "4-berries-shuffled-%d" % VERSION_NUMVER

I am using the sample project, so I know is not the project number, the real issue is that it says that "VERSION_NUMVER" hasn't been defined.

I assumed it was VERSION_NUMBER but that didn't help either.

And I really didn't find an answer in StackOverflow. Has anyone tried this one recently and ran into the same issue?