quark0 / darts

Differentiable architecture search for convolutional and recurrent networks
https://arxiv.org/abs/1806.09055
Apache License 2.0
3.92k stars 843 forks source link

Reimplementation for rnn using fastai #83

Open tinhb92 opened 5 years ago

tinhb92 commented 5 years ago

Hi. Not sure if it's right to post here, just want to share that I reimplemented the rnn cell searching using fastai at https://github.com/tinhb92/rnn_darts_fastai. There is also a blog post on it. Thanks.

libzzluo commented 5 years ago

@tinhb92 thanks, it helps me :)

Jugaris89 commented 4 years ago

Hi, @tinhb92 thanks for the info, it is very helpful.

Do you know if the implementation of cnn cell searching with Fastai is done anywhere? I would like to use it with image datasets but have not been able to find CNN with Fastai yet.

thanks!