Fusheng-code

Results 3 issues of Fusheng-code

**Describe the issue**: 在使用torch的dataset自定义数据集时,由于直接在同文件内自定义类时会报错,选择单独生成一个python文件,内部完成数据集的定义,并引入该文件完成,但是在引入自定义文件dataset_process时,程序报错 **Environment**: - NNI version: v2.8 - Training service (local|remote|pai|aml|etc):local| - Client OS:windows11 - Server OS (for remote mode only): - Python version:3.6 - PyTorch/TensorFlow version:1.7.1 -...

使用Python开发的程序调用库的时候,若多个电脑同时连接,会存在有些连接失败的问题,不能同时连接,想问一下这个问题要怎么解决

在使用Pip安装的过程中遇见了下述问题 ![image](https://user-images.githubusercontent.com/60567149/94983104-3ba4d180-0572-11eb-9cf8-a9d64023cd18.png) ![image](https://user-images.githubusercontent.com/60567149/94983106-42334900-0572-11eb-9847-37259cb6f98e.png) 想问一下这两个问题是什么原因造成的,如何解决???