Skip to content

model.config.maxepoch #9

@shgal637

Description

@shgal637

After running "python3 bin/train.py -C mnist:rc2f2:ptripletN", I find model.config.maxepoch is 8. It's different from the experiment in the paper. It was written that the C2F2 model is trained with the Adam optimizer for 16 epochs. Then I notice the code "self.maxepoch //= 2" of rc2f2 function in configs_rank.py. I try to change the code as follows. It doesn't work, and model.config.maxepoch = 8 . How can I change the epoch into 16?
屏幕截图 2021-10-14 125610

Hope you can help me.
Thanks and Regards.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions