wanGem
wanGem
I met the error first,because data_nir is NULL. Just python main.py --data_dir DATA_DIR
Thanks. I run the code on tensorflow1.14.0 and 1.15.0, both get the same error.
I changed the variable initialization in networks.py: # K.get_session().run(tf.variables_initializer(self.net.trainable_weights)) K.get_session().run(tf.initialize_all_variables()) It ran, but can`t reproduce paper results. Results: ACC0.395 NMI0.315
@CatherineTaelman I also choose knn affinity and use code space. And get the results:ACC0.395 NMI0.315.
@zhampel Thanks! I`ll try.
@TanmDL No,I can`t achieve the paper results.