boyliwensheng
boyliwensheng
可以新建一个python的虚拟环境,在虚拟环境中安装符合版本要求的tensorflow和所需要的包。可以利用命令行新建,也可以在pycharm中直接新建,流程比较简单,具体请自行搜索网上教程。
我直接用在别的生物识别上了,自己没有亲自训练人脸识别网络,不过博客里有原项目训练的一个模型,你可以下载下来看看
这些配置都在 ``train_tripletloss.py`` 文件中。 类的数量不需要自己指定,程序每个min-batch中抽取的类的数量在这里更改: ```python parser.add_argument('--people_per_batch', type=int, help='Number of people per batch.', default=45) parser.add_argument('--images_per_person', type=int, help='Number of images per person.', default=20) ``` 网络结构在这里更改: ``` parser.add_argument('--model_def', type=str, help='Model definition. Points to...
目前还没有,最近比较忙,等我有空看一下
[上边那个问题通过这篇帖子解决了(https://zhuanlan.zhihu.com/p/404162713) ,但是又报了另一个错,有大佬知道什么原因吗:]ARNI… indexer/rep-0@27 timeout after waiting for 600000ms, if your executor takes time to load, you may increase [11/20/22 23:14:17] --timeout-ready ERROR Flow@27 Flow is aborted due to ['indexer'] can...