-
I am trying to do unpaired image to image translation on my own dataset, which consists of 256*256 eight-bit grayscale images.
I changed the 85: 'image_shape' : (3, 256, 256), to 'image_shape' : (1, …
-
TorchBench CI has detected a performance signal or runtime regression.
Base PyTorch commit: f38a04a5c5ce632ba8b0534e3689e89f98e89d73
Affected PyTorch commit: 1b6d6e98fed5cdb0a0c2fedd5354dd8b83dd07f…
-
float32/amp dynamo benchmark runs on triton master
cc @ezyang @soumith @msaroufim @wconstab @ngimel @bdhirsh
-
Dashboard to track the performance of different backends.
cc @mlazos @soumith @voznesenskym @yanboliang @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wen…
-
TorchBench CI has detected a performance signal or runtime regression.
Base PyTorch commit: 9ea5b31c6fd45cd3139540d3da74a2a248f644d9
Affected PyTorch commit: a618118ba9ffc33097699c120e8760c0eb0f67f…
-
I trained pix2pix model with 256x256 size crop images.
I got several input images with different sizes, I want to feed them to pix2pix model. I want to get a result which has same width and height as…
-
Hello,
I have downloaded "CycleGAN Predicted RNA-Seq-Like Profiles of L1000 Samples (Level 3)" and it looks like these files do not contain column metadata. That is, for example, parse("./rnaseq_like…
-
The size of cityScapes' images are (2048, 1024), but the script prepare_cityscapes_dataset.py provided by CycleGAN resizes them to (256, 256). I want to ask which one you chose as the input size of Cy…
-
When doing
`python run.py "$name" -d cuda -t train
`
there are exceptions as:
e.g.
AssertionError: Canary model pytorch_CycleGAN_and_pix2pix is not found in the canary_models path
-
Hello! I am training cycle_gan with _dataset_mode_ equal to _unaligned_. My environment is:
Python -> 3.8.10
torch -> 1.8.1+cu102
OS -> Linux Mint 20.2 Cinnamon
I had passed parameter _--phas…