aguang1201
aguang1201
If I want to identify the NER of Financial terminology, what kind of data set and training framework should I use?
Thank you for your work, mask_loss and iou_score_loss always 0 in the process of training my own data, what could be the reason? 2022-07-05 19:20:48,783 - INFO - Training 2022-07-05...
When you do cam preprocessing,the function transform_batch_images is not called.But the result of cam images is right.Why?Did you trained model without the function transform_batch_images?
每次训练到1000step的时候就报这个错误. 出错是model.py中,下面代码的最后一句: optimizer = tf.train.AdamOptimizer(self.learing_rate) trainable_params = tf.trainable_variables() gradients = tf.gradients(self.loss, trainable_params) **_clip_gradients, _ = tf.clip_by_global_norm(gradients, self.max_gradient_norm)_** 貌似是梯度消失吧.把学习率从0.0001改成0.001还是报错. 求指导
train.py的29行:model.restore(sess, ckpt.model_checkpoint_path) 应该改成:model.saver.restore(sess, ckpt.model_checkpoint_path)
按着楼主思路,训练了vggface2的数据集。[lfw][266000]Accuracy-Flip: 0.99550+-0.00334 想用google的tf-android架构做到手机端,所以没有转换ncnn,而是利用MMDNN把mxnet模型转成了PB模型,但使用转换后的PB模型在https://github.com/davidsandberg/facenet中测试acc只有0.68+.有同样苦恼的小伙伴吗?
请教三个问题: 1,登录的时候出现PHP Warning: socket_connect(): unable to connect [110]: Connection timed out in /data1/face-login/web/comm.php on line 64 2,使用chrome,因为没有SSL,无法打开摄像头,这个问题是怎么解决的? 3,注册提交时,报错:Invalid request (Unsupported SSL request)。看来还是绕不过SSL证书,请问是怎么解决的。
I had finishing prepare datas.When I train with prepared DSB3 data and LUNA16 data,it is something wrong with DataLoader. using gpu 0,1 Traceback (most recent call last): File "/home/wisdom/soft/pycharm-community-2017.1/helpers/pydev/pydevd.py", line...
最近在学习Plato-KAG,除了kag的论文和readme之外没找到其他文档,请问还有其他相关的帮助文档可以指导训练自己模型的吗?