Closed kilianFatras closed 12 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Attention: 2 lines
in your changes are missing coverage. Please review.
Comparison is base (
81fcb8d
) 35.63% compared to head (cac49f1
) 35.81%.
Files | Patch % | Lines |
---|---|---|
torchcfm/conditional_flow_matching.py | 83.33% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@atong01 it seems that only the tests in runner are run and not the new one. Can you check that, please? Thank you
@kilianFatras I had a similar issue, the directory name should be tests
instead of test
. Hope it works!
What does this PR do?
This PR adds a notebook on the Forest-Flow method to TorchCFM. Forest-Flow's purpose is to generate tabular data with Flow Matching methods! We have added a notebook showing how to use XGBoost to train the vector field of I-CFM and generate tabular data. This has required the addition of a parameter 't' within the 'sample_location_and_conditional_flow' function within each class. As we have modified classes, we have also added our first test function.
Before submitting
pytest
command?pre-commit run -a
command?Did you have fun?
Make sure you had fun coding 🙃