Closed morganmcg1 closed 4 years ago
Check out this pull request on
You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.
Not sure why the checks failed, I followed the steps here : https://forums.fast.ai/t/submitting-pr-to-fastai-v2/54146
And I ran notebook2script
as below
~/fastai_dev/dev$ python notebook2script.py --fname 12_optimizer.ipynb
Yet I still get this error
!!! Diff between nbs and scripts
!!!Remember to run notebook2script.py or script2notebook.py
##[error]Bash exited with code '1'.
Thanks for the PR! I have one minor issue to fix before merging if you don't mind. Will look at why the diff produces something if the problem persists.
Comment addressed :)
Thanks!
Adding the QHAdam optimizer which has shown promise on the fastai forums when combined with Lookahead