leerumor

Results 4 comments of leerumor

@gkovacslmi Hi, I am trying solution1: convert ckpt to pb file and use Java to serve. The code is as below: ``` import tensorflow as tf from tensorflow.python.tools import freeze_graph...

Take a look into graph.pbtxt to find the node. In my case, I tried to save my BERT classifier as .pb file. I used freeze_graph. the output node is "loss/Softmax",...

> @zetyquickly The anaconda tool I use. But it's not about using containers. Containers are just convenient to provide a clean environment. I got the same error with docker, and...

@SolomidHero hi, have you solve this problem? I also had a bad quality, my STFT loss doesn't converge (nearly 3), and can even not fit a single song...