TANGO icon indicating copy to clipboard operation
TANGO copied to clipboard

public repo for TANGO (Target Aware No-code neural network Generation and Operation framework)

Results 16 TANGO issues
Sort by recently updated
recently updated
newest added

문제 상황 --- 2024년 3월 24일 이전 버전 TANGO를 사용하시다가 이후 버전으로 사용하시면 BMS 실행 시에 status가 error로 표시되는 상황을 겪으실 수 있습니다. 원인 --- 해당 에러는 2024년 3월 24일...

bug
info

I got this error message when I ran TANGO service. I think this error comes from old python version. The 'annotations' import starts from Python 3.7. I think Dockerfile for...

bug

We've got the vulnerability report from the [ETRI OLA (OSS Compliance System)](https://ola.etri.re.kr/). Please check following [CVE(Common Vulnarabilities and Exposures)](https://en.wikipedia.org/wiki/Common_Vulnerabilities_and_Exposures), if your sources depend on Django framework. * [CVE-2022-28346](https://nvd.nist.gov/vuln/detail/CVE-2022-28346) * [CVE-2022-28347](https://nvd.nist.gov/vuln/detail/CVE-2022-28347)...

help wanted

BMS에서 가끔 CUDA Device를 찾을 수 없다고 나오는 경우, docker-compose down후 다음 명령 실행하면 해결. ```bash sudo docker run --rm --runtime=nvidia --gpus all nvidia/cuda:11.8.0-base-ubuntu20.04 nvidia-smi ``` * 해당 문제는 발생...

documentation
info

For protection of `main` branch, Please use [Github PR function](https://github.com/ML-TANGO/TANGO/pulls). `main` 브랜치의 보호를 위하여 [Github에서 제공하는 PR](https://github.com/ML-TANGO/TANGO/pulls)을 사용하시기 바랍니다.

help wanted
info

[TANGO Vue 기반 프로젝트 매니저를 사용한 시연 과정 정리-v5-20230630_154337.zip](https://github.com/ML-TANGO/TANGO/files/12365671/TANGO.Vue.-v5-20230630_154337.zip) * 압축파일을 푸시고, index.html을 찾아서 클릭하시면 문서를 보실수 있습니다.

documentation

## Schedule for Integreation Test and Public Release * 2022.10.18: Invidual member container implementaion for core Rest API * 2022.10.25: Integration test with project manager container and other member containers...

help wanted

I have noticed that labelling build process repeatedly uninstall and install the several packages as follows: ``` RUN /var/app/config/package_install.sh ... # Found existing installation: joblib 1.2.0 => => # Uninstalling...

enhancement

If you're in low bandwith Internet environment or using problematic DNS server, from time to time `docker-compose up -d --build` command would be interrupted by following errors(`Temporary failure in name...

info

If you experiened following errors ``` $ git push ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from remote repository. Please make sure you...

info