Skip to content

MGK-Lab/caffe

Repository files navigation

Caffe Setup and Installation

Follow these steps to set up the environment, install the code, and run the first test.

1. Install System Dependencies

Open a terminal and run:

sudo apt update
sudo apt install build-essential git htop

2. Clone the Repository

git clone https://github.com/MGK-Lab/caffe.git
cd caffe

3. Create and Activate Conda Environment

conda env create -f caffe_conda_env.yml
conda activate caffe

4. Build the Package

python setup.py build_ext --inplace

5. Run the First Test

python run_caffe.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published