Hi,
Can you please describe how to test the algorithm using test.py as i think the following code testing code does nothing
"model_name = model_name+'_{}.model'.format(epoch)
feature_model = DCAE_fea()
feature_model.load_weights(self.model_name, by_name=True) "
Also, there's is an error
"ImportError: cannot import name 'DCAE_LR'
as there's no function named DCAE_LR in DCAE_v2.py
please explain .... waiting for your reply
Hi,
Can you please describe how to test the algorithm using test.py as i think the following code testing code does nothing
"model_name = model_name+'_{}.model'.format(epoch)
feature_model = DCAE_fea()
feature_model.load_weights(self.model_name, by_name=True) "
Also, there's is an error
"ImportError: cannot import name 'DCAE_LR'
as there's no function named DCAE_LR in DCAE_v2.py
please explain .... waiting for your reply