Open haifeng-jin opened 4 years ago
@haifeng-jin I would be happy to take this one
@lc0 Great! Thank you. Let me know if you have any questions.
@lc0 Are you planning to take all the blocks? Can you share something with me?
@dineshkumarsarangapani we can use this issue for coordination, so if you are taking any of the blocks, feel free to just mention it here
@lc0 Thank you. I will work on BertBlock and ConvBlock today and raise a PR in a day or 2.
@haifeng-jin we need to re-open this one again. Also how do you feel about adding a checklist of blocks to do?
@haifeng-jin we have to open this ticket. I think this is not done completely.
I can take up Embedding, Transformer, and MultiHeadSelfAttention block in the coming few days.
@mandalbiswadip Thank you! please do. We don't have other people working on this right now.
I can take XceptionBlock
looking for low hanging fruits
Hey, NickSmyr and I would like to contribute to this issue, so we are wondering whether it is still relevant and which blocks still need changes.
@Neproxx Great to see you like to contribute! We don't have a complete list of which has been done and which to be done. You may just work on any block that is not done yet.
@haifeng-jin Just added a PR #1708 for one block
Hey @haifeng-jin ,
Neproxx and I need to contribute to an open source project in the context of a university course (KTH DevOps course). We have proposed a PR a week ago (see #1710 ) for this issue and it would help us out a lot if you could review it and either merge it or tell us about necessary changes. If everything is fine, we would pose a PR for the rest of the hyperparameters that need to be changed. It is important to us to have this done within the next 10 days, so we would be very greatful if you could spare some time to look at the PR.
Many thanks!
@NickSmyr The PR is merged. Thanks for your contribution! AutoKeras will have another release soon before TF 2.9.0 stable release. Your commit will be in it.
@NickSmyr @Neproxx , if there is no other PRs from your side, I may start to draft another release.
@haifeng-jin yes, that was the last PR from our side.
Throw two in for the pot, cus there has to be a live fork of this to get it working with modern codebases
https://github.com/keras-team/autokeras/issues/1138 https://github.com/keras-team/autokeras/issues/971
P.S. Please write more documentation for tabular data and Choice
please
Feature Description
We want to enable the users to specify the value ranges for any argument in the blocks. The following code example shows a typical use case. The users can specify the number of units in a DenseBlock to be either 10 or 20.
Code Example
Note
Each pull request should only change one hyperparameter in one of the blocks.
Solution
Example pull requests are #1419 #1425 . Here are the steps to follow:
from kerastuner.engine import hyperparameters
.