lombardata
commited on
Commit
•
8b18d26
1
Parent(s):
f6235a9
Training in progress, epoch 55
Browse files- config.json +1 -1
- model.safetensors +1 -1
- output.txt +49 -0
- runs/Apr06_21-41-18_datavisu2/events.out.tfevents.1712432488.datavisu2.19127.0 +3 -0
- runs/Apr07_03-28-54_datavisu2/events.out.tfevents.1712453344.datavisu2.1419.0 +3 -0
- runs/events.out.tfevents.1712432403.datavisu2 +3 -0
- runs/events.out.tfevents.1712453316.datavisu2 +0 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"apply_layernorm": true,
|
4 |
"architectures": [
|
5 |
"NewheadDinov2ForImageClassification"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "lombardata/DinoVdeau-large-2024_04_03-with_data_aug_batch-size32_epochs150_freeze",
|
3 |
"apply_layernorm": true,
|
4 |
"architectures": [
|
5 |
"NewheadDinov2ForImageClassification"
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1228107508
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e752d116fd0e22bd981e6758bdb9259bb7f06e27fa7c4a43094df3e897bf2f5b
|
3 |
size 1228107508
|
output.txt
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
CUDA_DEVICE_ORDER=PCI_BUS_ID
|
2 |
+
CUDA_VISIBLE_DEVICES=GPU-dcb0ca9d-55d4-28a2-1aa7-2638e1a18e28
|
3 |
+
/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/huggingface_hub/utils/_experimental.py:57: UserWarning: 'HFSummaryWriter' is experimental and might be subject to breaking changes in the future. You can disable this warning by setting `HF_HUB_DISABLE_EXPERIMENTAL_WARNING=1` as environment variable.
|
4 |
+
warnings.warn(
|
5 |
+
Traceback (most recent call last):
|
6 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/huggingface_hub/utils/_errors.py", line 286, in hf_raise_for_status
|
7 |
+
response.raise_for_status()
|
8 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/requests/models.py", line 1021, in raise_for_status
|
9 |
+
raise HTTPError(http_error_msg, response=self)
|
10 |
+
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/lombardata/DinoVdeau-large-2024_04_06-with_data_aug_batch-size32_epochs150_freeze/resolve/main/config.json
|
11 |
+
|
12 |
+
The above exception was the direct cause of the following exception:
|
13 |
+
|
14 |
+
Traceback (most recent call last):
|
15 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/transformers/utils/hub.py", line 389, in cached_file
|
16 |
+
resolved_file = hf_hub_download(
|
17 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
18 |
+
return fn(*args, **kwargs)
|
19 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 1238, in hf_hub_download
|
20 |
+
metadata = get_hf_file_metadata(
|
21 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn
|
22 |
+
return fn(*args, **kwargs)
|
23 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 1631, in get_hf_file_metadata
|
24 |
+
r = _request_wrapper(
|
25 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 385, in _request_wrapper
|
26 |
+
response = _request_wrapper(
|
27 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/huggingface_hub/file_download.py", line 409, in _request_wrapper
|
28 |
+
hf_raise_for_status(response)
|
29 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/huggingface_hub/utils/_errors.py", line 296, in hf_raise_for_status
|
30 |
+
raise EntryNotFoundError(message, response) from e
|
31 |
+
huggingface_hub.utils._errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-6611a011-330d103852718edc12372e19;8e085861-b664-48e6-ab62-70e9759628a1)
|
32 |
+
|
33 |
+
Entry Not Found for url: https://huggingface.co/lombardata/DinoVdeau-large-2024_04_06-with_data_aug_batch-size32_epochs150_freeze/resolve/main/config.json.
|
34 |
+
|
35 |
+
The above exception was the direct cause of the following exception:
|
36 |
+
|
37 |
+
Traceback (most recent call last):
|
38 |
+
File "/home1/datahome/mcontini/multilabelTest/huggingface_multilabel/train/test_data_aug/resume_training.py", line 252, in <module>
|
39 |
+
model_config = Dinov2Config.from_pretrained("lombardata/" + session_name, image_size = image_size)
|
40 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/transformers/configuration_utils.py", line 615, in from_pretrained
|
41 |
+
config_dict, kwargs = cls.get_config_dict(pretrained_model_name_or_path, **kwargs)
|
42 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/transformers/configuration_utils.py", line 644, in get_config_dict
|
43 |
+
config_dict, kwargs = cls._get_config_dict(pretrained_model_name_or_path, **kwargs)
|
44 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/transformers/configuration_utils.py", line 699, in _get_config_dict
|
45 |
+
resolved_config_file = cached_file(
|
46 |
+
File "/home/datawork-iot-nos/Seatizen/conda-env/gpu_env3/lib/python3.8/site-packages/transformers/utils/hub.py", line 440, in cached_file
|
47 |
+
raise EnvironmentError(
|
48 |
+
OSError: lombardata/DinoVdeau-large-2024_04_06-with_data_aug_batch-size32_epochs150_freeze does not appear to have a file named config.json. Checkout 'https://huggingface.co/lombardata/DinoVdeau-large-2024_04_06-with_data_aug_batch-size32_epochs150_freeze/main' for available files.
|
49 |
+
|
runs/Apr06_21-41-18_datavisu2/events.out.tfevents.1712432488.datavisu2.19127.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa1030aabf2323d076d63467d1c1468299f0a3841c014ea483e924cba35e24d7
|
3 |
+
size 6954
|
runs/Apr07_03-28-54_datavisu2/events.out.tfevents.1712453344.datavisu2.1419.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fba29144a3f9e627591c53bf1286e93216c8be60ae18dde2743f7a50eb3487b9
|
3 |
+
size 7490
|
runs/events.out.tfevents.1712432403.datavisu2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26bdf8b509b21e08ebd70957e82cfa3b4072908b89c617e8251562aaed4b7d64
|
3 |
+
size 40
|
runs/events.out.tfevents.1712453316.datavisu2
ADDED
File without changes
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a26bf16d29a9411df0abbbc2f06cadac605918d8f3cc5a54d3164d25d06f424f
|
3 |
size 4920
|