mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-03 02:17:43 +00:00
fix: unzip kaggle data (#464)
* unzip kaggle data * read local_data_path from .env file * fix build docs error * recover azure-identity packages * optimize code logic * add error when downloading data from kaggle --------- Co-authored-by: Xu Yang <peteryang@vip.qq.com>
This commit is contained in:
@@ -42,3 +42,9 @@ class ModelEmptyError(Exception):
|
||||
"""
|
||||
Exceptions raised when no model is generated correctly
|
||||
"""
|
||||
|
||||
|
||||
class KaggleError(Exception):
|
||||
"""
|
||||
Exceptions raised when calling Kaggle API
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user