Michael O'Connell
Michael O'Connell
@marcioAlmada Can you tag a release with what is in master, that would make things usable for php 8.0
I also received the same issue for a 15 minute period April 15th, except in my case it was for the CreateCustomerProfileTransactionController, it did not happen either before or after.
Same exact error trained via: ```Python dls = ImageDataLoaders.from_folder(path, train='training', valid='testing') learn = vision_learner(dls, resnet18, pretrained=False, loss_func=F.cross_entropy, metrics=accuracy) learn.fit_one_cycle(1, 0.1)
@mghoneimy if you make me a maintainer, I will do a round of modernization....
I don't see a way to keep this feature, and I'm OK with removing it. @pajon and I discussed wanting to get w3c mode working before we release 8.0 dev-master...
I confirmed the bug still exists in v3.4.0
Likely a duplicate of #154
@dragonmantank I confirmed that #203 fixes this issue