ChrisWu1997 / 2D-Motion-Retargeting

PyTorch implementation for our paper Learning Character-Agnostic Motion for Motion Retargeting in 2D, SIGGRAPH 2019
https://motionretargeting2d.github.io
MIT License
440 stars 86 forks source link

训练评估 #22

Closed AbbyRosewood closed 4 years ago

AbbyRosewood commented 4 years ago

您好,我才入门深度学习,想向您请教一下在您的项目中怎么去实时显示训练的loss和accuracy等指标呢? TIM图片20200318161303 这是我加载的tensorboard,但是数据好像没办法加载进来

ChrisWu1997 commented 4 years ago

您好,可以先检查一下logdir对不对?默认日志存储的位置应该是'train_log/log'。

AbbyRosewood commented 4 years ago

感谢,解决了。是由于文件位置索引错误的问题

AbbyRosewood commented 4 years ago

您好,还有一个问题想请教您一下,在您的网络结构设计中,c1, c2分别代表什么呢

ChrisWu1997 commented 4 years ago

c1相当于是input channel, c2是output channel

AbbyRosewood commented 4 years ago

十分感谢!我理解了