KikiCS
cc022686c2
bugfix to 15_arch_details.ipynb create_body call
...
I run this notebook in Google colab and got an error when using simply the model name as the input to `create_body` function.
Since children can be called from the function form, I added the parentheses in the notebook, so `encoder = create_body(resnet34, cut=-2)` became `encoder = create_body(resnet34(), cut=-2)` and the notebook runs fine.
2022-12-29 12:34:06 +01:00
Jeremy Howard
be67ff5ced
fastai to fastbook
2022-04-26 07:02:49 +10:00
Jeremy Howard
a64c789ebe
colab
2022-04-25 15:43:24 +10:00
Jeremy Howard
9f9e59790c
vision_learner
2022-04-25 08:35:15 +10:00
sgugger
c3ceea7996
Fixes erratas
2021-02-17 19:19:42 -05:00
Pedro Pereira
663431d1ee
Fix create_head initialization in 15_arch_details.ipynb ( #383 )
...
Fixed as per the solution in https://forums.fast.ai/t/chapter-15-fastai-book-issue-siamese-training-running-mean/84534
2021-01-17 10:07:21 -08:00
Jeremy Howard
91c8722abe
Merge pull request #211 from JonathanSum/patch-5
...
removing the word create_cnn to be cnn_learner
2020-09-03 10:20:29 -07:00
Happy Sugar Life
0250ef65a1
removing the word create_cnn to be cnn_learner
2020-08-22 15:23:57 -12:00
Jonathan Sum
b6bd3b1636
fixing tuple issue
2020-08-21 10:06:05 -12:00
Jeremy Howard
efff9626b0
fastai
2020-08-21 12:36:27 -07:00
Jeremy Howard
5cf040c55c
fastbook
2020-08-18 07:48:52 -07:00
SOVIETIC-BOSS88
45d294a110
Update 15_arch_details.ipynb
2020-06-03 22:03:58 +02:00
Sylvain Gugger
cd1aa1f758
Update
2020-05-19 16:56:41 -07:00
Sylvain Gugger
d8d39c560a
Updates
2020-05-18 14:18:08 -07:00
Sylvain Gugger
7abc2c3979
First batch of edits
2020-05-14 05:18:31 -07:00
Sylvain Gugger
c40fb5f2aa
Clean
2020-04-14 16:39:27 -07:00
Sylvain Gugger
314266a12e
Update and fix #56
2020-03-22 13:03:50 -07:00
Rubens
000a66b499
typos fixed in ch15 and ch16
2020-03-18 15:24:13 -03:00
Sylvain Gugger
b2f1c12d4c
Update and add clean
2020-03-06 10:19:03 -08:00
Jeremy Howard
a872892185
rename
2020-03-05 13:57:14 -08:00