baicaigithub

Results 7 comments of baicaigithub

This fork has the feature you need. https://github.com/baicaigithub/impy

I only hacked a few places to keep the original names. Didn't update the doc.

FYI `jazz.00054.wav` is bad

I solved this with following steps: 1. Copy the inference.py from the other repo to this `panns_transfer_to_gtzan` 2. Use model type `Transfer_Cnn14` 3. Add freeze_base=True when declare the model. 4....

I've been running for ~8 hours on my GTX 970 and it can achieve high score of 10. The network file has grew to 400MiB.

btw, it seems I cannot resume to train the model, even though I changed related fields in run_gpu.

My bad, I set the save_freq too small, so that the network is overwritten before being analyzed.