Hao Lyu
Hao Lyu
## 🐛 Bug Met `TypeError: torchvision.transforms.transforms.ToTensor is not a Module subclass` in https://github.com/Lightning-AI/lightning-flash/blob/master/flash_examples/integrations/learn2learn/image_classification_imagenette_mini.py ### To Reproduce ```python # Copyright The PyTorch Lightning team. # # Licensed under the Apache License,...
### Description Since 1.16.0, numpy has a new parameter `axis` in `numpy.logspace`, which has not yet been implemented in cupy. I think it would be great to add this in...
**MODEL VERSION**: v4.1.2 **TYPE**: question **KEYWORDS**: WSM6 **SOURCE FILE**: phys/module_mp_wsm6.F **DESCRIPTION OF PROBLEMS**: Recently I am trying to do something related to GPU acceleration in microphysics scheme, so I tried...
**Describe the bug** cannot correctly clone `CascadeForestClassifier`/`CascadeForestRegressor` object with `sklearn.base.clone` when using customized stimators **To Reproduce** ```python from sklearn.datasets import load_boston from sklearn.model_selection import train_test_split from sklearn.metrics import mean_squared_error from...
`loss.py`里没有`import torch.nn.functional as F`.然后这个修完了之后还有问题(数据集是coco128): ```bash Traceback (most recent call last): File "/mnt/data/yolov5_research/train.py", line 740, in main(opt) File "/mnt/data/yolov5_research/train.py", line 637, in main train(opt.hyp, opt, device, callbacks) File "/mnt/data/yolov5_research/train.py", line 421,...
Currently, knockknock will only print the error message instead of raise an error when `win10toast` is not install on win10 desktop. This PR fixes it so that user will correctly...
If yes, is it possible to provide a reparameterization script (like [reparameterization.ipynb](https://github.com/WongKinYiu/yolov7/blob/main/tools/reparameterization.ipynb) in official yolov7 repo)?
I met `foreach: Too many arguments.` while trying to link a whole year of fnl data using `link_grib.csh`. It seems that there are too many files (according to [https://www.experts-exchange.com/questions/10210401/foreach-limit.html](https://www.experts-exchange.com/questions/10210401/foreach-limit.html)). I...