regan icon indicating copy to clipboard operation
regan copied to clipboard

"ploting" module in train_autoshot.py can not be found

Open Jonesmith999 opened this issue 10 months ago • 0 comments

When I follow the readme file and run the project by myself , I get a trouble in this step:

"Auto-shot Train Train UNET with created dataset

python tools/train_autoshot.py --config_path './auto_shot.yaml' "

The "ploting" is used in tools/train_autoshot.py ("from ploting import plot_kernels,LayerActivations, input_images,plot_grad_flow" in tools/train_autoshot.py (line 24)), but I didn't find it in released project. If possible, can you tell me how I can get it?

Jonesmith999 avatar Apr 26 '24 05:04 Jonesmith999