mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-11 12:20:53 +08:00
use keras-js-demos-data repo for demos binary data
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -19,7 +19,7 @@ if (process.env.NODE_ENV === 'production') {
|
||||
Object.assign(MODEL_CONFIG, {
|
||||
filepaths: {
|
||||
model: 'demos/data/mnist_cnn/mnist_cnn.json',
|
||||
weights: 'https://github.com/transcranial/keras-js/releases/download/v0.0.1/mnist_cnn_weights.buf',
|
||||
weights: 'https://transcranial.github.io/keras-js-demos-data/mnist_cnn/mnist_cnn_weights.buf',
|
||||
metadata: 'demos/data/mnist_cnn/mnist_cnn_metadata.json'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user