sofa

Results 6 issues of sofa

Does the server die?

In add_graph function,there is a arguments needed: input_to model.When I go and check the source code, the args comments are follows: > input_to_model (torch.Tensor or list of torch.Tensor): A variable...

I feel confused about the code in main function as follows : `model.features = torch.nn.DataParallel(model.features) ` May I ask that why not giving the whole model to DataParallel ?

Hi, thanks for this excellent work!@dawnos `log: grad_histogram: "tb" viz_2d: "none" correlation: "none" feature: "none" pr: "file" transform_image: "file" ` Could you please give me some hints on what 'viz_2d',...

Thanks for sharing the OP dataset. When I was using the dataset, I found that each line under the splits/train_split.txt file points to 4 files, for example, 28.5366_-81.3741_nadir.png,28.53663_-81.37406.png,28.5366_-81.3741.png,28.53663_-81.37406.png. Whereas each...

如下图,验证码均为5位字符的数字或字母。目前已知可以通过set_range控制输出为字母或数字,但是无法控制模型输出的字符数为5个。请问是否有什么方法可以达成此目标呢? ![图片](https://github.com/sml2h3/ddddocr/assets/31177702/2ed32d74-d286-4010-b3cb-93bc678a9b55)