hablee
hablee
Hi, thank you for the repo. Whenever I come to the train.py step, it came the buffer_size error. `tensorflow.python.framework.errors_impl.InvalidArgumentError: buffer_size must be greater than zero. [Op:ShuffleAndRepeatDataset] ` What does that...
Hi, thank you for the repo. Whenever I come to the train.py step, it came the buffer_size error. `tensorflow.python.framework.errors_impl.InvalidArgumentError: buffer_size must be greater than zero. [Op:ShuffleAndRepeatDataset] ` What does that...
我已经通过docker开启了http和grpc服务,但是不知道要怎么写客户端,看一些大佬写的代码也没有很通用。请问可以通过predict.py修改吗?还是怎么样呢?
你好,看了你们的论文,我对模型结构bottle neck部分和loss funcion以及评价指标感兴趣,可以看看代码吗。还有数据预处理里面剪裁是将每个数据先剪裁成[32,128,128]大小呢,还是在训练的时候对每个数据随机裁剪出一个组成一个batch_size?