CentofantiEze / FBResNet

Forward Backward ResNet
0 stars 0 forks source link

FBResNet

Forward Backward ResNet.

This work is a continuation of the work done by Cecile Della Valle in https://github.com/ceciledellavalle/FBResNet.

Installation

  1. Install requirements:

    $ pip install -r requirements.txt
  2. Install the FBRN model from the FBRN directory:
    $ pip install .
  3. The model can be tested by using the example notebook in the notebooks folder or by submitting the jobs bash files:
    $ bash ./jobs/test.sh

Files organization