Skip to content

Fix fastai Example#312

Merged
y0z merged 1 commit intooptuna:mainfrom
ParagEkbote:Fix-Fastai-Example
Apr 11, 2025
Merged

Fix fastai Example#312
y0z merged 1 commit intooptuna:mainfrom
ParagEkbote:Fix-Fastai-Example

Conversation

@ParagEkbote
Copy link
Copy Markdown
Contributor

@ParagEkbote ParagEkbote commented Apr 9, 2025

Fixes #307

The release of fastai 2.8.0 has been yanked on PyPI which can be viewed here. I tested out the example in a venv with python 3.9.21 and fastai 2.7.19 and it gave the following output:

Number of finished trials: 13
Best trial:
Value: 0.9980372786521912
Params:
apply_tfms: True
max_rotate: 45
max_zoom: 1.857517179212782
p_affine: 0.2
n_layers: 5
n_channels_0: 22
n_channels_1: 24
n_channels_2: 22
n_channels_3: 15
n_channels_4: 31

All the tests are also passing. Could you please review?

cc: @c-bata

@y0z y0z self-assigned this Apr 11, 2025
@y0z y0z added the CI Continuous integration. label Apr 11, 2025
Copy link
Copy Markdown
Member

@y0z y0z left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@y0z y0z merged commit 6ad6d23 into optuna:main Apr 11, 2025
5 checks passed
@ParagEkbote ParagEkbote deleted the Fix-Fastai-Example branch April 11, 2025 07:23
@y0z y0z added this to the v4.3.0 milestone Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous integration.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix the fastai example when using Python 3.9

2 participants