TypeError: make_grid() got an unexpected keyword argument 'range'
wanlipeng opened this issue · 2 comments
wanlipeng commented
TypeError: make_grid() got an unexpected keyword argument 'range'
orpatashnik commented
Hi @wanlipeng ,
Can you please refer to the specific file and line that causes the error?
piyushnags commented
@wanlipeng Not sure if this is still relevant, but replace "value" with the kwarg "value_range" instead wherever the torchvision.utils.save_image function is called. You probably have a newer torchvision version.