From c7f11e8f2bc56945a33ad8ee742164f088eb9f2d Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Thu, 18 May 2023 10:20:22 -0500 Subject: [PATCH] Provided the trained model link in README.MD --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 4d40024..3caafdd 100644 --- a/README.MD +++ b/README.MD @@ -51,8 +51,8 @@ optional arguments: ### Run optimization Note: -* When optimizing using BezierGAN + EGO or BezierGAN + EGO + GA refining, BezierGAN has to be trained first. It takes about one hour on a Nvidia Titan X GPU. If you don't want to train it yourself, send an email to , and I'll send you a copy of my trained model. -* You can modify the airfoil operating conditions (i.e., Reynolds number, Mach number, angle of attack, and number of iterations) in the file ```op_conditions.ini```. +* When optimizing using BezierGAN + EGO or BezierGAN + EGO + GA refining, BezierGAN has to be trained first. It takes about one hour on a Nvidia Titan X GPU. If you don't want to train it yourself, you can download [files containing the trained model](https://drive.google.com/drive/folders/1BxLO2eM_PYLB4k8TPClTSBEC-eYj3keQ?usp=share_link) and put the downloaded files into a folder named `trained_gan` under the `airfoil-opt-gan` folder. +* You can modify the airfoil operating conditions (i.e., Reynolds number, Mach number, angle of attack, and number of iterations) in the file `op_conditions.ini`. #### BezierGAN + EGO