masaaki
masaaki
Maybe check the type of your input. I got this problem when I fed my array as `np.ndarray`, but after converting it to `floatType` `torch.Tensor` everything ran fine.
By mentioning "reject" and "negative", do you mean that techniques like contrastive learning are used? If not, then I am a bit confused. Because, intuively, concatenating the postive language queries...
I am not sure about the exact version. I guess it would be from `submit` branch in January but seems like it is gone now. Here's what I can confirm:...
Is there any document/description on the supported Pytorch/CUDA versions? With `python==3.8.18`, I found the conda package can be installed with `pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pytorch-cuda=12.1`, but got following messages (constantly solving...
Thank you for the hint! And sorry for my late reply. I feel like I didn't make myself clear. I had trouble installing your releases of torch-radon, probably because of...
**Update**: I found it ok to run `python setup.py install` with `python==3.9` and `torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0`. However, I found another problem related to **_the computing of gradient_**. Concretely, I wrote...
# Update 2: The above problems are solved by editing the `src/python/torch_radon/differentiable_functions.py`, and I have opened a PR that has this and other minor issues addressed at `https://github.com/carterbox/torch-radon/pull/11`.
Hi @Can-Zhao ! I am also interested in the pretrained model. I am wondering how to perform generation given only body region index without the body mask? If i understand...
Can relate 😇 I've try installing it for over 10x and here are some tricks that I found may be useful: ### **1. Use (Updated) Precompile Packages** - Build a...
btw here's info on my environment: ``` OS: Linux version 3.10.0-957.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) CPU: Intel(R) Xeon(R) Gold 6146 CPU @ 3.20GHz GPU:...