Monitoryang

Results 2 issues of Monitoryang

fuying@fuying-System-Product-Name:~$ TractSeg Traceback (most recent call last): File "/home/fuying/miniconda3/bin/TractSeg", line 20, in from tractseg.libs import plot_utils File "/home/fuying/miniconda3/lib/python3.7/site-packages/tractseg/libs/plot_utils.py", line 22, in from tractseg.libs import fiber_utils File "/home/fuying/miniconda3/lib/python3.7/site-packages/tractseg/libs/fiber_utils.py", line 10, in...

When I export the weights **dinov2_vitg14_ade20k_m2f.pth** using the code below it appears that PyTorch's linear layer (which contains the weights and bias) is broken up into separate MatMul/Add operations, e.g....