Skip to content
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

plot_nbook #2

Open
xiaywang opened this issue Sep 9, 2020 · 0 comments
Open

plot_nbook #2

xiaywang opened this issue Sep 9, 2020 · 0 comments

Comments

@xiaywang
Copy link

xiaywang commented Sep 9, 2020

in trian_val_global_ss.ipynb

  • I had to add np.transpose in all_acc[split_ctr] = np.transpose(np.genfromtxt(file, delimiter=' ')) in both plot_global and plot_ss functions
  • the printed out global and ss in the ss experiment plot (last two cells) are only mean from fold 1. Correct code should be:
    global_acc = 100all_acc[:,:,1,0].mean()
    ss_acc = 100
    all_acc[:,:,1,-1].mean()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant