2019年5月8日
摘要: I'm using tensorflow 1.13 and want to know how I can show my feature maps on tensorboard. I want to visualize middel layers' output feature maps of my 阅读全文
posted @ 2019-05-08 00:58 Hazarapet 阅读(487) 评论(0) 推荐(0) 编辑
2019年5月7日
摘要: I need 2d padding for 3 channel images with numpy. I know that there is np.pad function, but it pads channels as well and as a result I have modified 阅读全文
posted @ 2019-05-07 23:55 Hazarapet 阅读(185) 评论(0) 推荐(0) 编辑
2019年4月26日
摘要: I'm using dlib for face detection and getting this error What is the problem? I'm using cnn version of dlib which should run on gpu and here is the co 阅读全文
posted @ 2019-04-26 18:47 Hazarapet 阅读(1312) 评论(0) 推荐(0) 编辑
2019年4月23日
摘要: I'm using keras 2.1.* with tensorflow 1.13.* backend. I save my model during training with .h5 format and after that I convert it into protobuf (.pb) 阅读全文
posted @ 2019-04-23 01:31 Hazarapet 阅读(168) 评论(0) 推荐(0) 编辑
摘要: I'm trying to train a classifier with neural network, but I've got too small datasets. Each class has about ~1k examples. What is the best approach? S 阅读全文
posted @ 2019-04-23 01:28 Hazarapet 阅读(122) 评论(0) 推荐(0) 编辑
摘要: I'm using keras 2.1.* and want to change the learning rate during training. I know about the schedule callback, but I don't use fit function and I don 阅读全文
posted @ 2019-04-23 01:18 Hazarapet 阅读(251) 评论(0) 推荐(0) 编辑
摘要: I'm using tensorflow and have got some weired issues. I'm told it might be related to the version of tensorflow, but I don't know a proper way to find 阅读全文
posted @ 2019-04-23 01:14 Hazarapet 阅读(104) 评论(0) 推荐(0) 编辑
2019年4月20日
摘要: What to do when you've installed cuda and tensorflow, but you get this error right after you import tensorflow? "ImportError: libcublas.so.9.0: cannot 阅读全文
posted @ 2019-04-20 23:20 Hazarapet 阅读(551) 评论(0) 推荐(0) 编辑
摘要: Here is a popular issue when you want to use tensorbard with your upgraded tensorflow and tensorboard. In general you will get this issue, when you ha 阅读全文
posted @ 2019-04-20 22:46 Hazarapet 阅读(1425) 评论(0) 推荐(0) 编辑