Gabriel Wong
Gabriel Wong
I've made some changes to the files, so you can train it with the original dataset. You can extract the folders to `omniglot/data`. Feel free to let me know if...
You can re-use the code for the Omniglot dataset. You would need to change the functions `get_files` and `_parse_function` in `omniglot/data_loader.py`. The output of the function `get_files` is expected to...
Assuming each logo is a class, you can place samples of each logo in its own folder. An example folder structure could be as follows: ``` siamese/ └── omniglot/ └──...