Open vvuonghn opened 1 year ago
I'm currently working on time series, but a question has been bugging me: how do you visualize the extrapolation of a CHW image using the saved BCTHW's model, and do you visualize the entire time series as a result of the extrapolation? Or do you replicate the image in the time dimension for this moment in time?
should be:
for j in range(unfolded_images.shape[0]):
I'm currently working on time series, but a question has been bugging me: how do you visualize the extrapolation of a CHW image using the saved BCTHW's model, and do you visualize the entire time series as a result of the extrapolation? Or do you replicate the image in the time dimension for this moment in time?
Do u fix it? i meet same question? thanks!
Hi @michaeltrs
Thank you for your release source code.
I have trained the model for fold 1 PASTIS24. The process was completed, but I don't know how to infer the model and merge it into original size HxW (128x128)
Also, There are a fews syntax bug, such as
for j in unfolded_images.shape[0]:
link