thgpddl

Results 18 issues of thgpddl

博主您好,我尝试了您的项目,我有一张空白卡能够使用您的程序读写和跳转app等功能,但是不知道为什么我的卡的类型显示“android.ndef.unknow”呢?看起来不属于NFC_FORUM_TYPE_1, NFC_FORUM_TYPE_2, NFC_FORUM_TYPE_3, NFC_FORUM_TYPE_4, MIFARE_CLASSIC中的任意一种

欢迎您反馈PaddleHub使用问题,非常感谢您对PaddleHub的贡献! 在留下您的问题时,辛苦您同步提供如下信息: - 版本、环境信息 1)PaddleHub和PaddlePaddle版本:paddle-gpu=2.2.0 paddlehub=1.8.0 2)系统环境:win10,Anconda环境,python=3.6.13 - 复现信息: - 根据:[PaddleHub 图像分类-开始Fine-tune](https://github.com/PaddlePaddle/PaddleHub/tree/release/v1.8/demo/image_classification)编写的一样的代码,我的代码如下: ```python import paddle paddle.enable_static() import paddlehub as hub # from data import DemoDataset module = hub.Module(name='resnet_v2_50_imagenet') # dataset...

我在train.py中定义了“--log_dir”参数文件夹,但是训练完成后该文件夹下并没有任何文件,请问我应该如何得到log日志呢?谢谢

关于 [https://github.com/PaddlePaddle/PaddleGAN/blob/develop/docs/zh_CN/tutorials/lap_style.md](https://github.com/PaddlePaddle/PaddleGAN/blob/develop/docs/zh_CN/tutorials/lap_style.md) 中训练阶段的设置中,训练第二阶段时,设置的`--load ${PATH_OF_LAST_STAGE_WEIGHT}`**是指第一阶段产生的权重文件吗?** ![image](https://user-images.githubusercontent.com/48787805/141445731-ab7b165d-2d6d-4c8e-b977-7b2503302a58.png) python -u tools/main.py --config-file configs/lapstyle_rev_first.yaml --load output_dir/lapstyle_draft-2021-11-11-10-57/iter_30000_weight.pdparams **如果是,那么我使用命令**:`python -u tools/main.py --config-file configs/lapstyle_rev_first.yaml --load output_dir/lapstyle_draft-2021-11-11-10-57/iter_30000_weight.pdparams `的代码显示`not find`是否正常: ![image](https://user-images.githubusercontent.com/48787805/141446212-986f3aeb-e92e-4c5b-b837-51acdbb06715.png)

我在尝试训练LapStyle时,发现配置文件中batch_size=5: - 这样默认设置这么低的batchsize是有什么考虑吗? - 如果没有我是否能根据显卡情况调大改batchsize? - 这样会对最总模型的风格迁移效果有什么影响吗?

源代码如下: ```python def comp_class_vec(ouput_vec, index=None): if not index: index = np.argmax(ouput_vec.cpu().data.numpy()) # int else: index = np.array(index) index = index[np.newaxis, np.newaxis] # (1,1) ndarray index = torch.from_numpy(index) # (1,1) Tensor...

![SQI$2IKOR6I )GZONC54%2Y](https://user-images.githubusercontent.com/48787805/129706839-b423456a-0c8e-4adf-a1ef-058f011114d9.png)

Hello, I reproduce your project. I trained according to the readme file and obtained 92% + train accuracy and 73% + Eval accuracy. Then I integrated the train and eval...

我根据蛋炒饭的教程制作蛋炒饭,但是有些疑惑。教程中先将蛋清蛋黄分别凝固后盛出备用,在倒入大米后加蛋翻炒,既然蛋都凝固了,又是如何使每一粒饭都裹上鸡蛋呢?