Chang Yuance
Chang Yuance
And the error is ModuleNotFoundError: No module named 'pytorch_lightning.utilities.cli' It seems the lightning is the former vision. Could anybody provide the availble vision of the Pytorch_lightning?
That's Great. Help me a lot!
But, in my view, in the code "-2" should be "-2*100", because of the 100 times relation. And the actor will walk normally.
lIke this: camera_location = (actor_location[0], actor_location[1] - 2*100, actor_location[2])
@EzcodingSen 你好我也在做yolov9的剪枝相关工作,可以方便交流一下吗。我在你的主页没有找到你的联系方式
当我尝试使用yolov9进行剪枝的时候我对val_dual的代码进行了修改如下:在model.eval()后面加入了如下的代码 # here do model pruning ################################################################################ # Pruning import torch_pruning as tp1 example_inputs = torch.randn(1, 3, 640, 640).to(device) imp = tp1.importance.GroupNormImportance(p=2) # L2 norm pruning ignored_layers = [] from...
Thank you for your great answer. I have noticed that the Traningdataset for smirk is huge. If i only finetune on small dataset,do i still need both pretraining and training...
Thank you again. I will try to do this. I have noticed that MEAD dataset is pretty huge. What if I train without this dataset, will the performan drop rapidly?...
Nop. I just use the pretrained models. After I saw the comment of author, I feel too hard for me to do this. Good luck.:) ---Original--- From: "Natália ***@***.***> Date:...
And this is a wonderful job by the way!