CSAILVision / gandissect

Pytorch-based tools for visualizing and understanding the neurons of a GAN. https://gandissect.csail.mit.edu/
MIT License
1.77k stars 282 forks source link

project searcher does not follow symbolic links #13

Open HendrikStrobelt opened 5 years ago

HendrikStrobelt commented 5 years ago

netdissect/server.py:107 should be something like os.walk(directory, followlinks=True): .. find more elegant way.