Skip to content

chjort/chambers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chambers

A library for Tensorflow 2 / Keras.

1. Getting started

1.1 Requirements

Tested on Python 3.7 with CUDA 11.1 and CUDNN 8.0.4.

Python packages:

  • Tensorflow 2.6.0

1.2 Installation

For CUDA 11.1, if unable to load 'libcusolver.so.10' do the following:

sudo ln -s /usr/local/cuda-11.1/targets/x86_64-linux/lib/libcusolver.so.11 /usr/local/cuda-11.1/targets/x86_64-linux/lib/libcusolver.so.10