Dyunet pipeline related questions #707
-
hi, all
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Hi @yiheng-wang-nv , Could you please help take a look at these questions? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Hi @fgbxx , good question! |
Beta Was this translation helpful? Give feedback.
-
@yiheng-wang-nv hi, Yiheng
|
Beta Was this translation helpful? Give feedback.
-
Hi @yiheng-wang-nv, do you still have the metrics on 1) performance before fine-tuning, i.e. the performance of |
Beta Was this translation helpful? Give feedback.
Hi @fgbxx , good question!
As for 1, since
PreprocessAnisotropic
is a deterministic transform, it can be cached with usingCacheDataset
andcache_rate
is not 0. In addition, you can also try to pre-compute all results and saved in the hard drive if CPU memory is not enough.As for 2, you can definitely use rotate via adding
RandAffined
during training, it might be helpful for increasing the performance.