/home/leili/code/amp/amp/__init__.py:27: UserWarning: Did not find fortran modules.
  warnings.warn('Did not find fortran modules.')
/home/leili/.local/anaconda3/envs/py3.8/lib/python3.8/site-packages/torch/storage.py:34: FutureWarning: pickle support for Storage will be removed in 1.5. Use `torch.save` instead
  warnings.warn("pickle support for Storage will be removed in 1.5. Use `torch.save` instead", FutureWarning)
/home/leili/.local/anaconda3/envs/py3.8/lib/python3.8/site-packages/torch/distributed/distributed_c10d.py:102: UserWarning: torch.distributed.reduce_op is deprecated, please use torch.distributed.ReduceOp instead
  warnings.warn("torch.distributed.reduce_op is deprecated, please use "
Process Process-1:
Traceback (most recent call last):
  File "/home/leili/.local/anaconda3/envs/py3.8/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/home/leili/.local/anaconda3/envs/py3.8/lib/python3.8/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "../../../bin/pyamff", line 21, in init_processes
    fn(rank, size, thread, partition, batch_number, maxepoch)
  File "/home/leili/code/pyamff/pyamff/pyamffexec.py", line 166, in parallelFit
    io.saveFF(self.model, self.preprocessParas, filename="mlff.pyamff")
  File "/home/leili/code/pyamff/pyamff/utilities/fileio.py", line 31, in saveFF
    fp_type = preprocessParas['fingerprints'].type    #config.config['fp_paras']
AttributeError: 'dict' object has no attribute 'type'
