msieg / deep-music-visualizer

The Deep Visualizer uses BigGAN (Brock et al., 2018) to visualize music.
389 stars 104 forks source link

Works fine on windows using 3.7 mini conda environment! -How to replace BigGan model with pkl file....??? #20

Open tnkrtst opened 2 years ago

tnkrtst commented 2 years ago

Hey thanks for this, super wonderful. Works well on my windows machine in a 3.7 miniconda environment... just pip install the packages when you run the vizualize.py line...... super curious if anyone has had luck replacing the BIGgan model with a network pkl file? hoping to use my own model.... any success?

R