From 53f782048ab98ae67bc5b5d0fc4cec7f0c94ff46 Mon Sep 17 00:00:00 2001 From: SuihongSong <62155326+SuihongSong@users.noreply.github.com> Date: Wed, 4 Jan 2023 12:47:29 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1eb51b1..22cd8ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ ## Unconditional Geological Facies Modeling Based on Progressive Growing of GANs -![Python 3.6](https://img.shields.io/badge/python-3.6-green.svg?style=plastic) -![TensorFlow 1.12](https://img.shields.io/badge/tensorflow-1.12-green.svg?style=plastic) -![cuDNN 7.4.1](https://img.shields.io/badge/cudnn-7.4.1-green.svg?style=plastic) ![Teaser image](./ProgressivelyGeneratedFaciesModels.png) **Picture:** *These facies models are produced by generator during the progressive training process.* @@ -48,6 +45,7 @@ All material, including our training dataset, is made available under MIT licens * Both Linux and Windows are supported, but Linux is suggested. * 64-bit Python 3.6 installation. We recommend Anaconda3 with numpy 1.14.3 or newer. * TensorFlow 1.10.0 or newer with GPU support. +* (NOTE: the codes can also be run with TensorFlow2.x environment after adjusting several lines of codes, see 'Codes adjustments for TensorFlow 2') * One or more high-end NVIDIA GPUs. * NVIDIA driver 391.35 or newer, CUDA toolkit 9.0 or newer, cuDNN 7.4.1 or newer.