cta014
cta014
I have exactly the same problem, please keep me updated if you have found a solution to it.
For me, the error was resolved by changing the variable initialization in the SpectralNet class (networks.py) to this: K.get_session().run(tf.initialize_all_variables())
@wangemm do you have any update on reproducing the paper results? I have the same issue. I can only achieve the mentioned results when I choose knn affinity and use...
Good to know, thank you Jean!
I'm also wondering where I can find the GAFS code?
exactly the same issue here, looking forward to a solution:)
as in the S1 denoising algorithm instructions, the metadata vocabulary needs to be updated: python -c 'import pythesint as pti; pti.update_all_vocabularies()' . This solved the issue for me.