-
-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial matrix #280
Comments
Before we get into this, could we get an idea of what models remain to be updated. |
The list of open issues is in #266, in short: they all run or need major work to get them running. But I strongly prefer to have the direction settled before solving any of these remaining issues. The problems are often in parts that are not really necessary and could thus be resolved by removing things from the model. Take for example the language detection model. The dataset handling should be improved, but there are two options: use a different, more "standard" dataset or stay with the custom dataset creation. If in the end we don't want to focus on the creation of a dataset, this part in the code should just be removed and it would be a waste of effort trying to improve it now. |
Sure. I would add the following: Vae - custom loss We should add examples from the raytracer and flux3d for some more recent dP problems, even as stubs to point to the right places cc @avik-pal @nirmal-suthar |
For reference:
I think stubs to point to the right examples is the right way, else it becomes very tedious to update the same example at multiple places (after any breaking change). |
@darsnack asked me to put https://github.com/pevnak/Mill.jl and https://github.com/pevnak/JsonGrinder.jl here. Using the matrix from the above: |
This is issue is mainly to get a discussion started about what the (contentwise) end state of the model zoo should be after the refresh. Not to skip steps in the list from FluxML/FluxML-Community-Call-Minutes#9, but we better have this at least a bit settled before starting to convert, add or trim any of the tutorials.
Below I started a matrix to see what the coverage of problems, datasets and highlighted features will be. Ideally we fill it mostly with the already existing models in the zoo and create some new ideas for tutorials to fill any gaps. The rows I already added are merely suggestions, feel free to edit.
Features to highlight:
Priorities are from 1 (need to have) to 3 (nice to have)
The text was updated successfully, but these errors were encountered: