Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 246 Bytes

File metadata and controls

17 lines (11 loc) · 246 Bytes

Sample ResNet-10 implementation in tensorflow.js for SONAR Web

Setup:

Starting from the root directory:

python -m vev venv
source venv/bin/activate
pip install -r requirements.txt
python get_data.py

npm install
npm start