Skip to content

MattesMrzik/tkf_eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Install
```bash
git clone https://github.com/MattesMrzik/tkf_eval.git
cd tkf_eval/
```
if you want to use https instead of ssh then run 
```bash
git config --global url."https://github.com/".insteadOf git@github.com:
git submodule sync --recursive
```
Then run:
```bash
git submodule update --init --recursive
```

# Update
```bash
git pull --recurse-submodules
# this was not necessary for me: :git submodule update --recursive
```

About

Evaluate the implementation of the TKF model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors