jeffheaton / t81_558_deep_learning

T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis
https://sites.wustl.edu/jeffheaton/t81-558/
Other
5.71k stars 3.04k forks source link

I was using your gan model for other images that are high resolution (512,512,3) so when executing this line of code sequentially {train_dataset = tf.data.Dataset.from_tensor_slices(training_data).shuffle(BUFFER_SIZE).batch(BATCH_SIZE)}........ i got the error..... Cannot create a tensor proto whose content is larger than 2GB. #52

Closed ALI7861111 closed 4 years ago

jeffheaton commented 4 years ago

This is really meant just as a starter. You will likely have to modify the code to support really larger sizes. You might want to use StyleGAN.

ALI7861111 commented 4 years ago

Thanks a lot for your reply > :)

On Sat, Mar 21, 2020 at 4:58 AM Jeff Heaton notifications@github.com wrote:

This is really meant just as a starter. You will likely have to modify the code to support really larger sizes. You might want to use StyleGAN.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeffheaton/t81_558_deep_learning/issues/52#issuecomment-601958692, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANYACS452Q65VHWTIENYBJTRIP7L7ANCNFSM4LNA6V4Q .