Skip to content

sagnik1511/Conv-AE-Tensorflow-Keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conv-AE-Tensorflow-Keras

Convolutional Auto Encoder on Pokemon Dataset.

Installation :


Train in Local Machine :

  1. Create a Virtual Environment : Tutorial

  2. Fork the repository in your environment folder.

  3. Run the following command to enter into the repository folder:

    $cd Conv-AE-Tensorflow-Keras
    
  4. Run the following command to install dependencies:

    $pip install -r requirements.txt
    
  5. Run the command to start code execution:

    $python train.py
    

Train in Colab :

  1. Fork the repository using following command :

    !git clone https://github.com/sagnik1511/Conv-AE-Tensorflow-Keras.git
    
  2. Enter into the repository folder :

    !cd Conv-AE-Tensorflow-Keras
    
  3. Run the following command to install dependencies:

    !pip install -r requirements.txt
    
  4. Run the command to start code execution:

    !python train.py
    

Results :


Loss Curve :

Train Validation

Follow me on kaggle and in linkedin.

Do ⭐STAR⭐ the repository if you like it :)

THANK YOU for visiting.