-
ImportError: cannot import name AsymmetricZeroPadding1D
-
I am very new to this but which GPU did you use while training it on MTT?? My kernal dies constantly on Tensorflow-GPU with Nvidia 960m.
-
I installed tensorflow for python3.5 following the anaconda instructions. Then I installed keras within the tensorflow environment. It installs for python2.7, which is the default python outside of th…
-
I just download your entire project and run under tensorflow =1.1.0 , and want to train on other dataset .
I've created own dataset with the same format however load you pretrained model I got this k…
-
finally had some time to dig deeper into your auto-tagging network and compared it to what I am currently using for classifying music. I can confirm that CRNNs work nice, but I stacked them a bit diff…
-
The CRNN takes a `96*1366` spectrogram image as input. However the weights (for input batch normalization layer) provided for Tensorflow for CRNN have the shape of the
```
bn_0_freq_beta_1 (1440,)
…
-
The Yolo training examples use convolutional weights pretrained on ImageNet http://pjreddie.com/darknet/yolov1/ . These seem to be created using the Darknet `partial` command which saves only the weig…