Julien Plu
Julien Plu
Here the corresponding PR https://github.com/anuzzolese/oke-challenge-2016/pull/18
Looks like as long as the number of shards makes a batch lower than 1000 images it works. In my training set I have 40K images. If I use `num_shards=40`...
OK, thanks! The dataset is currently hosted on a gcs bucket. How would you like to proceed for sharing the link?
Thanks @mariosasko. I just sent you the GDrive link.
@Jul1aK0wal1k Indeed, the code seems to be here. It would be nice to have an example for how to properly use it with [onnxruntime-extensions](https://github.com/microsoft/onnxruntime-extensions)? Thanks.
Thanks very much @msyulia. Exactly what I expected :-) I can safely close the issue now.
According to this issue there is again two other cases: - In sentence 64: these two entities "Methodist Episcopal" and "clergyman" are following each other. They are both extracted and...
No, the issues that you highlight are about the training set, that is not the one I have updated. Anyway I plan as well to update the training set later...
Thanks Michael.
In order to be sure, better to add the stub file, `py.typed` with: ``` partial ``` And doing a simple: ``` pip install mypy mypy . ``` And fix all...