tolotrasamuel
tolotrasamuel
GTX 1070: 50 seconds per step on average. 30000 steps as recommended in the read me would take 37.5 hours
CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/CocoaPods-version.yml Response: 403
Waited also more than 5 minute. Still same error : [!] CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/all_pods_versions_9_8_c.txt Response: 403 Azure CI not working
What is the fix ?
Can you please provide an example ?
I solved it by changing the fine_tune_checkpoint: "C:/tensorflow1/models/research/object_detection/faster_rcnn_inception_v2_coco_2018_01_28/model.ckpt" in the config file in /training to the path to my last checkpoint Something like: fine_tune_checkpoint: "C:/tensorflow1/models/research/object_detection/training/model_45700.ckpt"
This is a very important feature because it makes developing apps that rely on complex states **impossible** with Flutter web. That's because even the smallest change such as changing the...
Yes, vue.js supports hot reload like flutter mobile On Mon, Jul 13, 2020, 23:51 Jaime Blasco wrote: > however, the web development version is basically compiled JavaScript, > isn't it?...
@alanmeier Actually, they mentioned it on their website. I quote > Does hot reload work with a web app? > No, but you can use hot restart However, guess where...
Vue.js keep the state during hot reload. If you have counter state variable in your JavaScript code set to "5", it will still be "5" after hot reload. Check this...
For those who are confused, why opening the the `your_plugin/example/android` would allow you to fix this issue and continue editing your plugin, here is the explanation: https://github.com/flutter/flutter/issues/11632 Basically, when you...