Skip to content

Commit

Permalink
uodate
Browse files Browse the repository at this point in the history
  • Loading branch information
Charleswyt committed May 30, 2019
1 parent e3c1cac commit d55affe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
@ Email: wangyuntao2@iie.ac.cn <br>
Hope we have a happy communication.

| **`Linux CPU`** | **`Linux GPU`** | **`Windows CPU`** | **`Windows GPU`** | **`License`** |
|-|-|-|-|-|
|![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/eclipse-marketplace/l/notepad4e.svg) |
| **`Linux CPU`** | **`Linux GPU`** | **`Windows CPU`** | **`Windows GPU`** |
|-|-|-|-|
|![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |
---
This project is a **tensorflow** implementation of our recent work, and you can design your own networks through the platform.
+ [CNN-based Steganalysis of MP3 Steganography in the Entropy
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
@ Email: wangyuntao2@iie.ac.cn <br>
Hope we have a happy communication.

| **`Linux CPU`** | **`Linux GPU`** | **`Windows CPU`** | **`Windows GPU`** | **`License`** |
|-|-|-|-|-|
|![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/eclipse-marketplace/l/notepad4e.svg) |
| **`Linux CPU`** | **`Linux GPU`** | **`Windows CPU`** | **`Windows GPU`** |
|-|-|-|-|
|![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |![Travis](https://img.shields.io/travis/rust-lang/rust/master.svg) |
---
This project is a **tensorflow** implementation of our recent work, and you can design your own networks through the platform.
+ [CNN-based Steganalysis of MP3 Steganography in the Entropy
Expand Down
10 changes: 5 additions & 5 deletions setup/pycharm.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## How to use Pycharm IDE more efficiently
## How to Use Pycharm IDE More Efficiently

1. Download [Pycharm IDE](https://www.jetbrains.com/pycharm/download/#section=windows).
2. Settings of **hard wrap**: Files -> Settings -> Editor -> Code Style -> Hard wrap at 180 (optional) columns.
3. Settings of python script **template**: Files -> Settings -> Editor -> File and Code Templates -> Files -> **Python Script**.
4. [Settings of remote host](https://www.cnblogs.com/xiongmao-cpp/p/7856596.html).
5. [Free use of Pycharm Professional with **student identity**.](https://blog.csdn.net/nima1994/article/details/78988595).
2. Set **hard wrap**: Files -> Settings -> Editor -> Code Style -> Hard wrap at **180** columns (avoid [PEP8](https://pep8.org/) warnings).
3. Set Python script **template**: Files -> Settings -> Editor -> File and Code Templates -> Files -> **Python Script**.
4. [Set remote host](https://www.cnblogs.com/xiongmao-cpp/p/7856596.html), if you do not run code on your own machine.
5. Free use of **Pycharm Professional** with [student identity](https://blog.csdn.net/nima1994/article/details/78988595).
2 changes: 1 addition & 1 deletion setup/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
+ virtualenv
+ jupyter

open command and input "pip install -r requirement.txt"
Open terminal window and input "pip install -r requirement.txt".

0 comments on commit d55affe

Please sign in to comment.