We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b20dd commit 60054f2Copy full SHA for 60054f2
src/Pix2pix/index.js
@@ -6,8 +6,8 @@
6
/* eslint max-len: "off" */
7
/*
8
Pix2pix
9
-The original pix2pix Tensorflow implementation was made by affinelayer: github.com/affinelayer/pix2pix-tensorflow
10
-This version is heavily based on Christopher Hesse Tensorflow.js implementation: https://github.com/affinelayer/pix2pix-tensorflow/tree/master/server
+The original pix2pix TensorFlow implementation was made by affinelayer: github.com/affinelayer/pix2pix-tensorflow
+This version is heavily based on Christopher Hesse TensorFlow.js implementation: https://github.com/affinelayer/pix2pix-tensorflow/tree/master/server
11
*/
12
13
import * as tf from '@tensorflow/tfjs';
0 commit comments