regan
regan copied to clipboard
"ploting" module in train_autoshot.py can not be found
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?