keita icon indicating copy to clipboard operation
keita copied to clipboard

My personal toolkit for PyTorch development.

Results 2 keita issues
Sort by recently updated
recently updated
newest added

This is a really cool library! I was wondering if there was any plans to add a LICENSE file so that other people can use it and contribute? https://choosealicense.com/no-permission/

[here](https://github.com/iwasaki-kenta/keita/blob/ade6fd06ba5f1d58f351f5ecb550404f6758f4b8/losses/mahalanobis.py#L86), i suppose there is an error by dividing loss by num_pairs, because num_pairs may be 0 ( dividing 0 error).