Ivan
Ivan
I am trying to use this endpoint to start the training. I have already created the bounding boxes for my whole dataset. I checked the h2 db and the data...
I ran the encode-training-and-test-images.lua to get the encodings from the data for classification and I got this error. The problem is located at [this line of code](https://github.com/paucarre/tiefvision/blob/master/src/torch/4-encode-classification-train-and-test-images/encode-training-and-test-images.lua#L27), where the script...
I am getting this error when I am trying to instantiate a NotionClient with a token gotten from a browser cookie. from notion.client import NotionClient client = NotionClient(token) I am...