Skip to content

Commit 80bd761

Browse files
committed
fix eslint for links
1 parent cba89c3 commit 80bd761

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/Pix2pix/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/*
88
Pix2pix
99
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
10+
This version is heavily based on Christopher Hesse Tensorflow.js implementation: https://github.com/affinelayer/pix2pix-tensorflow/tree/master/server
1111
*/
1212

1313
import * as tf from '@tensorflow/tfjs';

src/PoseNet/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/*
77
PoseNet
8-
The priginal PoseNet model was ported to Tensorflow.js by Dan Oved.
8+
The original PoseNet model was ported to Tensorflow.js by Dan Oved.
99
*/
1010

1111
import EventEmitter from 'events';

src/StyleTransfer/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// https://opensource.org/licenses/MIT
55

66
/* eslint max-len: "off" */
7+
/* eslint no-trailing-spaces: "off" */
78
/*
89
Fast Style Transfer
910
This implementation is heavily based on github.com/reiinakano/fast-style-transfer-deeplearnjs by Reiichiro Nakano.

0 commit comments

Comments
 (0)