You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am following your code for CIFAR-10 dataset and got this error.How can i resolve this issue?
Thanks
spike_rates = training['x'][j % 30000, :, :].reshape(( n_input )) / 8. * input_intensity
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered:
Hi, I am following your code for CIFAR-10 dataset and got this error.How can i resolve this issue?
Thanks
spike_rates = training['x'][j % 30000, :, :].reshape(( n_input )) / 8. * input_intensity
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered: