Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provided the trained model link in README.MD #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Provided the trained model link in README.MD
wchen459 authored May 18, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c7f11e8f2bc56945a33ad8ee742164f088eb9f2d
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, 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