You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to run updated hovernet_inference using the command python run.py --gpu='0' --mode='tile' --model='hovernet.npz' --input_dir='input_dir' --output_dir', but I faced the error like this ValueError: You can only pass an initializer function that expects no arguments to its callable when the shape is not fully defined. The given initializer function expects the following args ['self', 'shape', 'dtype', 'partition_info'].
can you help to figure out what is wrong?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to run updated hovernet_inference using the command python run.py --gpu='0' --mode='tile' --model='hovernet.npz' --input_dir='input_dir' --output_dir', but I faced the error like this ValueError: You can only pass an initializer function that expects no arguments to its callable when the shape is not fully defined. The given initializer function expects the following args ['self', 'shape', 'dtype', 'partition_info'].
can you help to figure out what is wrong?
@Fufang-QIU here's an example of command usage: python run.py --gpu='0' --mode='tile' --model='monusac.npz' --input_dir='D:\Datasets\test\input' --output_dir='D:\Datasets\test\output' --return_probs
Hi, I am trying to run updated hovernet_inference using the command
python run.py --gpu='0' --mode='tile' --model='hovernet.npz' --input_dir='input_dir' --output_dir'
, but I faced the error like thisValueError: You can only pass an initializer function that expects no arguments to its callable when the shape is not fully defined. The given initializer function expects the following args ['self', 'shape', 'dtype', 'partition_info']
.can you help to figure out what is wrong?
The text was updated successfully, but these errors were encountered: