HARRIXJANG / ASIN-master

12 stars 2 forks source link

Predict data prep #2

Open kwonminho8314 opened 1 year ago

kwonminho8314 commented 1 year ago

Thanks for this work :)

When I put in 1 data, the shape of the 'h5' file is (1 64 1 * 6).

Why can't NP be found in the code(Predict_data_prep.py )?

HARRIXJANG commented 1 year ago

The Np value can only be modified when training the network, because it directly affects the structure of the network. When predicting, the network structure has been determined, and the Np value cannot be modified. Therefore, if you want to change the Np value, you need to retrain the network after modifying the network structure.

Hope the answer helps you. Thanks for supporting our research.