dengfenglai

Results 41 issues of dengfenglai

请问为什么我用 ` flops, params = profile(model, inputs=(input,)) print('计算量:{}'.format(flops)) print('参数量:{}'.format(params))` 统计ecb 参数量和计算量显示是0呢? 换了其他统计方法也是. 请问你们是用什么工具统计参数量和计算量的

输入 `input = torch.randn(1, 3, 320, 180)` 报错如题 。 请问怎么修改 网络配置: # scale: 4 # rgb_range: 255 # colors: 3 # m_elan: 24 # c_elan: 60 # n_share: 1 #...

你好,你的生成文本图片的函数,生成的文本图片感觉都是做了镜像? 本来水平文本都镜像了? 这样回影响训练吗?

你好,请问有尝试过转成onnx和mnn吗?是否支持

What's the difference between train_v2.py and train.py in arcface_torch?

/usr/local/lib/python3.8/dist-packages/gdown/cli.py:127: FutureWarning: Option `--id` was deprecated in version 4.3.1 and will be removed in 5.0. You don't need to pass it anymore to use a file ID. warnings.warn( Access denied...

when I run ` python scripts/stable_txt2img.py` there is a error: File "/storage1/xxx/anaconda/envs/py37pp/lib/python3.7/site-packages/huggingface_hub/utils/_validators.py", line 124, in _inner_fn return fn(*args, **kwargs) File "/storage1/xxx/anaconda/envs/py37pp/lib/python3.7/site-packages/huggingface_hub/file_download.py", line 1148, in hf_hub_download with open(ref_path) as f: FileNotFoundError:...

训练集是否有文本长度限制? 超过100字可以?