Commit 5a5c75a3 authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

Merge branch 'it18218640' into 'master'

import json, NumPy, TensorFlow

See merge request !33
parents 959af294 0b43ffd9
import json
import numpy as np
import tensorflow.keras as keras
from sklearn.model_selection import train_test_split
DATA_PATH = "data.json" DATA_PATH = "data.json"
SAVE_MODEL_PATH = "model.h5" SAVE_MODEL_PATH = "model.h5"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment