Open janelai22 opened 1 year ago
docker-compose exec mysql mysql -u root -ppass
show databases;
use pJITAI;
show tables;
truncate projects;
"copy paste the third line of heartsteps.sql"
Hi, Could you help me refresh what's the "noise information" in heartsteps.sql? Is it the Model Settings/Noise configuration step, the sql insert command itself, or the generated api?
Hi Chao, I didn't explain it clearly. If you look at file "routes.py" under "home" and look at line 275 and 276, you'd see the following model_settings['noise_scale'] = 3.16 model_settings['noise_degree_of_freedom'] = 5 Ideally I don't want the default values for these two inputs in the HeartSteps demo to be set up this way. It should be set up as all the other input values as in line 3 in heartstep.sql. As far as I can tell, these two values are not in line 3 in heartstep.sql. Would you mind helping us set this up properly? Thanks!
Thanks for the explanation really helps!