Transfer-Learning-Library icon indicating copy to clipboard operation
Transfer-Learning-Library copied to clipboard

Help on Trainning with custom dataset

Open Mininggamer opened this issue 2 years ago • 4 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Mininggamer avatar Aug 06 '22 07:08 Mininggamer

In general, you can replace the part about the dataset in the training script with a custom one. Under which task do you want to use the custom dataset?

thucbx99 avatar Aug 07 '22 13:08 thucbx99

@thucbx99 , what shell command do I use for me to run adda on my own dataset? adda.py data/myowndataset ________ Thank you.

coder-chica97 avatar Aug 24 '22 12:08 coder-chica97

@Mininggamer sorry to bother you! But did you succeed with the custom dataset?

coder-chica97 avatar Aug 25 '22 09:08 coder-chica97

@thucbx99 , what shell command do I use for me to run adda on my own dataset? adda.py data/myowndataset ________ Thank you.

Should be the name of the python class. For example, we define the class Office31 here. The corresponding command is -d Office31.

thucbx99 avatar Aug 27 '22 10:08 thucbx99