Skip to content

Commit

Permalink
Trying to fix rendering issue with README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thtroyer committed Jan 11, 2021
1 parent aa633a8 commit 8fd10f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following instructions are examples; adapt them for your needs.

Note: Project uses CPU-based training by default. Additional dependencies (Tensorflow compatible CUDA libraries) are required to use GPU training.

###Linux:
### Linux:

~~~
git clone [email protected]:thtroyer/simple-text-generator.git
Expand All @@ -22,7 +22,7 @@ source env/bin/activate
python3 -m pip install -r requirements.txt
~~~

###Windows:
### Windows:
Clone repository

Run the following in cmd after navigating to root of cloned directory:
Expand All @@ -40,15 +40,15 @@ Once a project is created, run the project by using `train.py`. The trained mod

If you encounter errors when attempting to train, make sure your virtual environment is activated.

###Linux:
### Linux:
~~~
source env/bin/activate
python3 simple-text-generator-ui.py
python3 train.py
~~~

###Windows (cmd):
### Windows (cmd):
~~~
.\env\Scripts\activate
py simple-text-generator-ui.py
Expand Down

0 comments on commit 8fd10f6

Please sign in to comment.