Skip to content

Conversation

manuelgloeckler
Copy link
Contributor

Some paths in the docs need to be adjusted.

jaivardhankapoor and others added 30 commits March 17, 2025 17:46
- changed net type in ConditionalScoreEstimator and related classes to VectorFieldNet
- added embedding_net to ConditionalScoreEstimator for condition embedding
- replaced flowmatcher and score estimator imports with vector field equivalents
- introduced new vector field neural network builders for MLP and transformer architectures
- enhanced flowmatching_nn and posterior_score_nn functions to support new model types
- added custom euler integration method in FlowMatchingEstimator for improved sampling
- updated z-score handling and embedding net integration in estimator classes

Remaining bugs:
- Extra num_samples dim in Zuko sampling function that we need to fix
- increased hidden_features from 50 to 64 in posterior_score_nn to make it divisible by num_heads
- added vector_field_fn to FlowMatchingEstimator for better dimension handling during sampling
- implemented reshaping logic in ConditionalScoreEstimator to manage sample dimensions during batch processing
- replaced direct condition input with embedded condition in log_prob, sample, and sample_and_log_prob methods
- removed commented-out code and print statements for cleaner implementation
- updated score estimator import to use posterior_score_nn in tests/score_samplers_test.py
…ialization

- removed noise_scale parameter from FlowMatchingEstimator
- adjusted vector field calculation in FlowMatchingEstimator for improved accuracy
- modified last layer initialization in AdaMLPBlock and DiTBlock to scale weights instead of zeroing
- streamlined MLP block processing in GlobalEmbeddingMLP for clarity
…d be seperate! (as they have different preconditionrs)
Add tests for consistentency of score and flow estimators
Copy link

codecov bot commented Aug 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@29416f6). Learn more about missing BASE report.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1640   +/-   ##
=======================================
  Coverage        ?   82.49%           
=======================================
  Files           ?      134           
  Lines           ?    11136           
  Branches        ?        0           
=======================================
  Hits            ?     9187           
  Misses          ?     1949           
  Partials        ?        0           
Flag Coverage Δ
unittests 82.49% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

@manuelgloeckler manuelgloeckler deleted the fix_docs branch August 15, 2025 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants