ManTraNet-pytorch
ManTraNet-pytorch copied to clipboard
Implementation of the famous Image Manipulation\Forgery Detector "ManTraNet" in Pytorch
Hi! I would like to ask if the parameters of the pre-trained model you provided were converted from the original author's tensorflow version? Then can you provide the relevant training...
Exporting model in ONNX format following [the process described in PyTorch's documentation](https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html) fails. Below I attach returned error message: ``` /home/dkarageo/development/ManTraNet-pytorch/venv/lib/python3.9/site-packages/torch/cuda/__init__.py:82: UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did you...
  I am very grateful to the author for the pytorch version code. During my training, I found that the network output will become nan. Has the author encountered...