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
in the research branch the h15_ random_forest.ipynb i faced i problem when i run this code its showing this error:
No such file or directory: ' torch.utils.data.ising_init_from_qasm_no_readout.train'
the code:
train_circuits, train_ideal_exp_vals, train_noisy_exp_vals = load_circuits('./data/ising_init_from_qasm_no_readout/train/', '.pk')
print(len(train_circuits))
in the research branch the h15_ random_forest.ipynb i faced i problem when i run this code its showing this error:
No such file or directory: ' torch.utils.data.ising_init_from_qasm_no_readout.train'
the code:
train_circuits, train_ideal_exp_vals, train_noisy_exp_vals = load_circuits('./data/ising_init_from_qasm_no_readout/train/', '.pk')
print(len(train_circuits))
test_circuits, test_ideal_exp_vals, test_noisy_exp_vals = load_circuits('./data/ising_init_from_qasm_no_readout/val/', '.pk')
print(len(test_circuits))
solved
The text was updated successfully, but these errors were encountered: