CartoonGan-tensorflow icon indicating copy to clipboard operation
CartoonGan-tensorflow copied to clipboard

Generate your own cartoon-style images with CartoonGAN (CVPR 2018), powered by TensorFlow 2.0 Alpha.

Results 22 CartoonGan-tensorflow issues
Sort by recently updated
recently updated
newest added

Funny your username ends in 404, such a coincidence 😂 So yeah, [the Colab link in the Readme](https://colab.research.google.com/drive/1WIZBHix_cYIGsBKa4phIwCq5qXwO8fRX) leads to a 404. Has the link just changed?

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0a0 to 2.5.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.5.1 Release 2.5.1 This release introduces several vulnerability fixes: Fixes a heap out of bounds access in...

dependencies

Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.0.0a0 to 2.5.1. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.5.1 Release 2.5.1 This release introduces several vulnerability fixes: Fixes a heap out of bounds access in...

dependencies

ERROR: tf-nightly-2-0-preview 2.0.0.dev20191002 has requirement gast==0.2.2, but you'll have gast 0.3.2 which is incompatible. ERROR: tf-nightly-2-0-preview 2.0.0.dev20191002 has requirement numpy=1.16.0, but you'll have numpy 1.15.1 which is incompatible. ERROR: tf-nightly-2-0-preview...

While trying to get results of previous checkpoints, I am copying the model checkpoints from "trained_checkpoint" to "models" and have changed the checkpoint file as ``` model_checkpoint_path: "generator-35" all_model_checkpoint_paths: "generator-35"...

Hi, thank you for the repo. Whenever I come to the train.py step, it came the buffer_size error. `tensorflow.python.framework.errors_impl.InvalidArgumentError: buffer_size must be greater than zero. [Op:ShuffleAndRepeatDataset] ` What does that...

![image](https://user-images.githubusercontent.com/55038456/110408406-5adbf800-80ea-11eb-9a18-625ad18480c4.png) Hello, I'm currently having some issues when testing cartoonize.py. It seems as though the transforming of the image is not happening as shown above, the loading bar remains at...

Traceback (most recent call last): File "style_transfer\cartoongan\cartoongan.py", line 151, in g = load_model(style="shinkai") File "style_transfer\cartoongan\cartoongan.py", line 83, in load_model y = conv_layer(style, "conv01_1", filters=64, kernel_size=7)(y) File "C:\Users\skand\.conda\envs\cartoongan\lib\site-packages\tensorflow\python\keras\engine\base_layer.py", line 951, in...

Hi, thank you for the repo. Whenever I come to the train.py step, it came the buffer_size error. `tensorflow.python.framework.errors_impl.InvalidArgumentError: buffer_size must be greater than zero. [Op:ShuffleAndRepeatDataset] ` What does that...

After pre-train, why? Please help me! InaccessibleTensorError: The tensor 'Tensor("sequential_42/batch_normalization/batch_normalization_trainable:0", dtype=bool)' cannot be accessed here: it is defined in another function or code block. Use return values, explicit Python locals...