File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 1+ tensorflowjs_converter \
2+ --input_format=tf_saved_model \
3+ --output_format=tfjs_graph_model \
4+ --signature_name=serving_default \
5+ --saved_model_tags=serve \
6+ experiment/saved_model/1596242469 \
7+ tfjs_model_float32
8+
9+ tensorflowjs_converter \
10+ --quantize_float16 \
11+ --input_format=tf_saved_model \
12+ --output_format=tfjs_graph_model \
13+ --signature_name=serving_default \
14+ --saved_model_tags=serve \
15+ experiment/saved_model/1596242469 \
16+ tfjs_model_float16
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- curl -sc /tmp/cookie " https://drive.google.com/uc?export=download&id=18agSkhXB96x6XKw76G8RN5z-m-M1Y9Kb " > /dev/null
3+ curl -sc /tmp/cookie " https://drive.google.com/uc?export=download&id=1JGKvEp4TqImeBaJp0IZppJGEn88D4lfK " > /dev/null
44CODE=" $( awk ' /_warning_/ {print $NF}' /tmp/cookie) "
5- curl -Lb /tmp/cookie " https://drive.google.com/uc?export=download&confirm=${CODE} &id=18agSkhXB96x6XKw76G8RN5z-m-M1Y9Kb " -o resources.tar.gz
5+ curl -Lb /tmp/cookie " https://drive.google.com/uc?export=download&confirm=${CODE} &id=1JGKvEp4TqImeBaJp0IZppJGEn88D4lfK " -o resources.tar.gz
66tar -zxvf resources.tar.gz
77rm resources.tar.gz
88
You can’t perform that action at this time.
0 commit comments