IP属地:浙江
上个月主要是基于TensorFlow使用4卡训练,用Kinetics400数据集预训练的I3D模型,对UCF101 split1进行finetu...
这篇写的不错,简单记录一下如何使用。 from tensorflow.python.client import timeline#Run the...
Dataset.shard官方文档 Distributed TensorFlow Here is an example with 3 worke...
最近在做多卡的实验,当然是使用最新的TensorFlow dataset API。在思考如何使每个卡取不同的数据,同时尽可能的提速,在论坛搜索了...
TensorFlow高阶api中,主要提出了Dataset API和Estimator API。 最近主要接触了前者,速度比feed_dict快...
最近在写多卡的TensorFlow版I3D的代码,其中遇到batch norm的坑,记录一波。 I3D使用的是snt.BatchNorm,当is...