-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues on training model "_classcond" #3
Comments
It's been a while I haven't touched this code. But I see what you are doing wrong in point 1. In case of class conditional, you have to have multiple class folders and you should point to the root folder, i.e. do this python data/qd.py /the/output/dir/ threeseqdel_classcond
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^~~~~~~~~~~~ .. and make sure you have class folders under them which contain sketches of respective class /the/output/dir/cat
/the/output/dir/dog
/the/output/dir/whatever This creates the I never saw the second error but I wouldn't recommend doing the second way. The first way will work if everything is done right. |
Thank you for your last message. It totally worked! Now I am training with the threeseqabs_classcond, 7 categories, each 50000 sketches. But the following question rises.
|
Hey! I was trying to play with threeseqdel_classcond (or threeseqabs_classcond) however two problems came out.
.npz
is not possible, i.g.raises errors
config.yml
, I changedrepr
intothreeseqdel_classcond
. And for example, under the/the/output/dir/
I have two folders, cat and dog, seperately including some sketches, and therefore I setupnum_classes: typing.Optional[int] = 2
inconfig.yml
, as suggesed inln 74
inmain.py
, and therefor I haveroot_dir
inconfig.yml
to be/the/output/dir/
, and naturally the error becomesI guess this could be easily fixed if you could remind some special settings/path selections specifically for the class condition?
Many thanks!
The text was updated successfully, but these errors were encountered: