mango

Results 44 issues of mango

![image](https://user-images.githubusercontent.com/44860428/147219023-5202dad7-3db9-44e2-81e9-6456b30352ec.png) The test data file was set up myself according to readme.txt, consistent file structure,what is the cause of the error?

我现在是cuda11,报错THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=383 error=11 : invalid argument

when run ‘python main_ViDeNN.py --use_gpu=1 --checkpoint_dir=ckpt_videnn --save_dir='./test_data/result/frame1_videnn' --test_dir='./test_data/test/frame1'’,the image after denoising is abnormal. original image ![02991](https://user-images.githubusercontent.com/44860428/164684923-a0f09620-a503-4109-813a-4bcf7f732ca6.png) denoised iamge ![0000](https://user-images.githubusercontent.com/44860428/164684790-b1eebdbc-e42b-4ed3-9b90-5afe9f47b0eb.png) excuse me, what is the reason?

Hi,when run python add_noise_spatialCNN.py and python add_noise_temp3-CNN.py ,the added noise type is gaussian noise only,doesn't add realistic noise.May I ask if the pre-training model you provided is also trained with...

请问cuda版本必须是10.0吗?我的是11.0,修改make.sh后,编译报错 make.sh: line 1: i#!/usr/bin/env: No such file or directory running build running build_ext building '_ext' extension Emitting ninja build file /mnt/VSR/TMNet/models/modules/DCNv2/build/temp.linux-x86_64-3.6/build.ninja... Compiling objects... Allowing ninja to set a default...

./options/test/SIDD/xxx.yml文件不存在

excuse me,input size is 512*1024,after Video Super-resolution,the size is thr same as the input. i think the size should be bigger, x2 or x4 and so on.what is the reason?

### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...

**Describe the bug** A clear and concise description of what the bug is. 训练过程中默认使用了deepspeed配置文件中的WarmupLR方式,通过搜索一些资料,若是希望实现cosine方法调整学习率,deepspeed配置文件删除scheduler即可,操作后训练报错:ValueError: You cannot create a `DummyScheduler` without specifying a scheduler in the config file.,定位至源码,报错原因就是配置文件中删除了scheduler部分,请问该如何实现呢? transformer版本为4.34.0. **To Reproduce**...

bug
training

您好,在运行您的训练代码时,首先报了ModuleNotFoundError: No module named 'trilinear'这个错误,我通过pip安装trilinear后,再次运行报错AttributeError: module 'trilinear' has no attribute 'forward';当我卸载trilinear后,并且确保sh setup.sh运行成功,再次运行训练代码,报错ModuleNotFoundError: No module named 'trilinear';请问这种问题应该如何解决呢?是什么原因导致的? 备注运行环境:cuda10.2 pytorch1.8.1 python3.7