Xin Ma

Results 21 comments of Xin Ma
trafficstars

> yes. so i can't reproduce the issue. ![image](https://user-images.githubusercontent.com/12299798/180768908-799c2d21-7570-47c5-90a9-1e43f9bd1890.png) Could you please give me the conda file or the pip list that I can reproduce your conda environment?

> the commands to set up the conda env: > > ```shell > conda create -n i_4945 python=3.8 > conda activate i_4945 > mamba install pytorch=1.12 torchvision torchaudio cpuonly >...

> It's crashed there: `[2022-07-15 17:25:03] Update mask for .aten::to.240` I think the bug is not in the operator 'aten::randn' but 'aten::to'. Yes, I modify `forward_dummy` and suffer the same...

> #4945 I use `auto-speed` feature to prune this detection model and suffer the following error: ``` [2022-07-19 19:24:13] Update mask for backbone.layer1.0.conv1 [2022-07-19 19:24:13] Update mask for backbone.layer1.0.downsample.0 [2022-07-19...

> > #4945 > > I use `auto-speed` feature to prune this detection model and suffer the following error: > > ``` > [2022-07-19 19:24:13] Update mask for backbone.layer1.0.conv1 >...

> please offer the file 'cascade_mask_rcnn_r50_fpn_1x_coco.py' You can find this file in this repository (https://github.com/XinMa-AI/detection, configs/cascade_rcnn).

@sayakpaul Hi, I am the first author of Latte and we have updated the unwatermarked version of the LatteT2V model. We want to integrate Latte into `diffusers` library, what should...

> Hello 我在Mac M1上面运行项目一直报错这个错误 提示无法加载CUDA的内容 麻烦看下如何解决 > > WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.0.1 with CUDA 1106 (you have 2.0.1) Python 3.9.16 (you have...

> ``` > (base) nilsbaumgartner@MacBook-Pro-von-Nils  ~/Downloads/SEINE-main  conda activate seine > (seine) nilsbaumgartner@MacBook-Pro-von-Nils  ~/Downloads/SEINE-main  pip install -r requirement.txt > Collecting torch==2.0.1 (from -r requirement.txt (line 1)) >...

> ERROR: No matching distribution found for torch==2.0.1 目前2.0.1版本的torch在那个镜像有呢? @Tong-Hao741 Hi, 2.0以上的pytorch应该都是支持的~