Patrick Nguyen
Patrick Nguyen
Do you have the log file? On Sat, Nov 23, 2019 at 5:46 PM larawilson88 wrote: > Hi, > I'm trying to run the car task for kitti data and...
Did you run the kitti exporter to create the tfrecord files? On Sun, Nov 24, 2019 at 4:59 PM larawilson88 wrote: > i can run the code again if you...
Correct. We haven't pushed it yet. CC @rprabhavalkar
Just FYI you can click on the "Subscribe" button on the right, without posting a message. You will get notified if there are further messages.
You are right that indeed there is no support for cuda. Briefly looking at the tensorflow code, it works like this: 1. You specify `tf_kernel_library` with an appropriately named file...
Alex, I would suggest: 1. Make sure you can run the librispeech ASR recipe. This follows the same template as the [MT](https://github.com/tensorflow/lingvo/tree/master/lingvo/tasks/mt) recipe. You do that by: * Installing the...
You can download from either inside or outside of docker, but you need to make sure that the mounted directory is outside of the container. So for instance you'd start...
@rprabhavalkar can't remember where we are on the open-sourcing of MWER? On Thu, Jul 4, 2019 at 12:28 PM ColainCYY wrote: > Hi! > Is there a guide to implement...
It's an unfortunate gotcha in the code. The frontend is configured to generate frames of size 240, by taking the concatenation of 3 frames of size 80 at a time....
We generate low frame rates in the frontend, because it was unimplemented, but the model actually works on the regular framerate. On Sat, Jul 13, 2019 at 4:05 PM Hui...