Python Forum
transfer learning, how preprocess data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
transfer learning, how preprocess data
#1
Pleae, can you tell me how should I preprosess data while using transfer learning? I mean obligatory preprosessing.
For example, if I want to use resnet50, can I have training images with size 100*100*3? or 512*512*3? Or I should convert them to 224*224*3?
Also, should I normalize data to mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]?
Should I also use /255?
Maybe smth else?
I would be very grateful if you provide explanations and links to articles
Reply
#2
The best way is to use the same preprocessing steps that were used by the authors of resnet50.I guess you should check that paper in detail and you ll have your answer.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Supervised learning, tree based model - problems splitting data Pixel 0 644 May-16-2023, 05:25 PM
Last Post: Pixel
  Fitting transfer function model to FRF data ymohammadi 0 1,645 Feb-10-2022, 10:02 AM
Last Post: ymohammadi
  Transfer function from experimental data thunderspeed 0 1,375 Oct-18-2021, 05:11 PM
Last Post: thunderspeed
  Python Machine Learning: For Data Extraction JaneTan 0 1,803 Nov-24-2020, 06:45 AM
Last Post: JaneTan
  How to extract data from paragraph using Machine Learning with python? bccsthilina 2 3,007 Jul-27-2020, 07:02 AM
Last Post: hussainmujtaba
  Ask for machine learning Python example with 2 data files user5566b 2 2,232 Sep-05-2019, 12:15 PM
Last Post: user5566b

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020