Skip to content

WISION-Lab/event-nn-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conda Environment

To create the event-nn environment, run:

conda env create -f conda/environment.yml

To enable GPU support, instead run:

conda env create -f conda/environment_gpu.yml

Code Style

Format all code using the Black formatter. Use a line limit of 99 characters. To format a file, use the command:

black <FILE> --line-length 99

Releases

No releases published

Packages

No packages published