soeque1 commented on a change in pull request #13647: Update lip reading example
URL: https://github.com/apache/incubator-mxnet/pull/13647#discussion_r250897345
##########
File path: example/gluon/lipnet/lipnet_model.ipynb
##########
@@ -0,0 +1,249 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "import sys\n",
+ "import mxnet as mx\n",
+ "from mxnet import gluon, autograd ,nd\n",
+ "import argparse\n",
+ "from trainer import setting_ctx, Train, char_beam_search\n",
+ "from data_loader import LipsDataset\n",
+ "from models.network import LipNet\n",
+ "from mxnet.gluon.data.vision import transforms\n",
+ "from tqdm import tqdm, trange\n",
Review comment:
Deleted the ipynb
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services