JDanielWu

Results 5 comments of JDanielWu

@seasonyang Only stop when you stop it yourself. Ctrl+C.

@seasonyang max steps :you can find at train_ssd_network.py. tf.app.flags.DEFINE_integer('max_number_of_steps', None, 'The maximum number of training steps.'). Modify None to the max steps you want..By the way, do you get a...

@seasonyang The function of match_threshold is not to stop the train.You can read #71 .About eval ,I suggest you read README.md, it helps me a lot ,should be same to...

> > I was able to run streamlit over https, after obtaining certificates from [Let's Encrypt](https://letsencrypt.org/getting-started/) using [certbot](https://certbot.eff.org/instructions?ws=other&os=ubuntufocal&tab=standard) and using the instructions here: https://docs.streamlit.io/library/advanced-features/https-support > > Can you tell me...

> Hello, could you provide a replay of the path or a screen recording to help us reproduce the issue? Thank you for your feedback. Hi, I follow https://github.com/OpenSPG/KAG/blob/master/README_cn.md 1....