Personal Space
Path: Artificial Intelligence --- Basic Services --- Personal Space
Personal Files
Click "My Files" in the sidebar. It supports operations on user file directories, including creating, deleting, compressing, decompressing, copying, moving, renaming, uploading, downloading files and folders, etc. It supports scanning the occupied storage size.
Personal files will be mounted in the userdata
directory of the development environment.
User Group Files
Click "User Group Files" in the sidebar. It supports sharing file directories and operations within the user group.
User group files will be mounted in the teamdata
directory of the development environment.
Plugin Management
Plugin management is supported in the personal space. The following plugins have been integrated:
TensorBoard
Introduction: TensorBoard is a visualization tool for the TensorFlow machine learning framework, aiming to help developers understand, debug, and optimize model performance.
Functions:
- Visualization of the model structure
- Monitoring of the training process
- Embedding visualization
- Histogram display
Usage: It enables developers to monitor the model training process in real time, understand the distribution of high-dimensional data, compare the performance of different models, etc., providing powerful support for the experimentation and analysis of machine learning projects.
How to Use: In the personal space, you can directly use the TensorBoard plugin to open relevant files for visualization.
Netron
Introduction: Netron is an open-source visualization tool for deep learning models, aiming to help users intuitively browse, analyze, and understand various deep learning models.
Supported Formats: It supports the model formats of multiple commonly used deep learning frameworks (such as TensorFlow, PyTorch, etc.).
Functions:
- Display the model structure
- Display parameters
- Display input and output information
Usage: It enables users to more easily review and debug complex neural network models.
How to Use: In the personal space, you can directly use the Netron plugin to open relevant files for visualization.