Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Brent committed Sep 26, 2024
1 parent c07dc0d commit 6344294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ from src.experiment import Experiment
experimenter = Experiment()
experimenter.fsa_experiment()
```
This will run the models defined in `experimenter.fsa_models_to_test`.
This will run the models defined in `experimenter.models`.

I have implemented functionality that can run FSA experiments using CUDA,
MPS (if on Mac Silicon Chip) or parallel compute if on CPU. This allows the software decide
Expand All @@ -65,7 +65,7 @@ would complete in about 30 minutes.

### Future Directions
More FSA models can be experimented on. To include more models in the `Experiment` class, simply
add the model to `experimenter.fsa_models_to_test` and any new methods that are needed to run
add the model to `experimenter.models` and any new key-value pairs that are needed to run
inference with the new model.

Any new models should be replicated based on existing research found
Expand Down

0 comments on commit 6344294

Please sign in to comment.