Mohammad Haghighat

Results 6 comments of Mohammad Haghighat

I made a temporary fix skipping that batch. Add the following before setting the model input in [train.py line #97](https://github.com/aitorzip/PyTorch-CycleGAN/blob/67da8f9e2b69bd68763451803c7700aaccc92f18/train#L97): ``` # Skip the final batch when the total number...

The above change triggered an error in the log method plotting the losses at the end of the epoch: `TypeError: Object of type 'Tensor' is not JSON serializable` The following...

I faced the same issue. Is the `COCO_train2014_000000167126.jpg` the only image that causes this error or are there others down the road? If this is the only one, we can...

I didn't want to build is with GnuTLS or anything. I just followed the installation instruction here on a clean Ubuntu and it gave this error when running the `./configure`:...

It looks like this now: ``` BUILD OPTIONS: SSL library: GnuTLS PKCS#11 support: GnuTLS DTLS support: yes ESP support: yes libproxy support: yes RSA SecurID support: no PSKC OATH file...

That is right. As another note, I installed `libgnutls28-dev` as you've mentioned in the comment there.