-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I execute the function pwdist_exact
, I get an error
#30
Comments
error log:
|
When the product of the two matrices used to calculate
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to compare the distance of two subsets, which randomly sampled from the EMNIST dataset, I use the 'exact' method and follow the format of
example.py
, but I always enter except at the functionpwdist_exact
.It is worth noting that the label distribution of the MNIST subset is not the same as that of the entire EMNIST dataset. In the subset, the number of instances of some labels is 0.
The function
pwdist_exact
seems to return the correct result when I take evenly spaced samples. Here is the code.You can download my
sub_train_datasets_config.json
andtest_dataset_config.json
in Google Drive. Link: https://drive.google.com/drive/folders/1r_vyLJ-RmuuNZqneBP3meexrEZvgc_Ce?usp=sharingThe text was updated successfully, but these errors were encountered: