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
Hello! Thank you for visiting my repo. This repo does not provide currently the situation that you want. But I can help you to modify the code so that you can train only one class.
If you check the train.py line 27 to 29, you can find the following part:
features = np.vstack([loader.train_features, loader.test_features]).astype(np.float32)
num_sets = loader.num_train_sets + loader.num_test_sets
This part is what you have to modify. The following modification can be helpful to you:
No description provided.
The text was updated successfully, but these errors were encountered: