Fusilli v1.1.0 #15
florencejt
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fusilli v1.1.0 Release Notes
It's time for a FusilliFaceliftTM!
There's been a couple changes this time around - but hopefully all to make the user experience that little bit better.
The most comprehensive change is that now you input your parameters into the data, training, and evaluation functions as is, instead of having to put them in a dictionary first.
So for example, instead of:
params = {'batch_size': 8}
prepare_fusion_data(params)
You would do:
prepare_fusion_data(batch_size=8)
This means that there are more arguments to input overall 😅 but it should be easier to see what Fusilli doing and easier to set up your experiments. 😍
Major Changes
get_data_module
toprepare_fusion_data
for enhanced clarity.prepare_fusion_data
.from_new_data
methods within the evaluation figure classes.Minor Changes
prepare_fusion_data
.train_and_save_models
.Documentation Update
For comprehensive guidance and examples, please refer to the updated documentation! 📖✨
This discussion was created from the release Fusilli v1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions