Skip to content

Commit

Permalink
MNIST example: use syft.js remote dependency instead of local (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvmnnnkv authored Jun 16, 2020
1 parent eb56bc0 commit 0adf6f3
Show file tree
Hide file tree
Showing 3 changed files with 812 additions and 637 deletions.
3 changes: 1 addition & 2 deletions examples/mnist/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// In the real world: import syft from 'syft.js';
import * as tf from '@tensorflow/tfjs-core';
import { Syft } from '../../src';
import { Syft } from '@openmined/syft.js';
import { MnistData } from './mnist';

const gridServer = document.getElementById('grid-server');
Expand Down
Loading

0 comments on commit 0adf6f3

Please sign in to comment.