weecology / DeepTreeAttention

Implementation of Hang et al. 2020 "Hyperspectral Image Classification with Attention Aided CNNs" for tree species prediction
MIT License
119 stars 38 forks source link

IssueSubmit#2-mgwein: main branch on hipergator #148

Closed mgwein closed 2 years ago

mgwein commented 2 years ago

running with no errors, but no comet.ml chart or matrix outputs

DeepTreeAttention_24071851.out.txt DeepTreeAttention_24071851.err.txt

bw4sz commented 2 years ago

Can you make the project public. The .txt says

https://www.comet.ml/mgwein/deeptreeattention/e002deec0c74447aa768fe24cb05d442
bw4sz commented 2 years ago

Clearly something is being logged, if you look at the .err you see a good looking comet summary. I'll need to see the comet page online. Any recent changes?

mgwein commented 2 years ago

Clearly something is being logged, if you look at the .err you see a good looking comet summary. I'll need to see the comet page online. Any recent changes?

No changes, made public.

I do notice the output file does not have any of the information from previous successful run (attached).

DeepTreeAttention_23399463.err.txt DeepTreeAttention_23399463.out.txt

mgwein commented 2 years ago

running with no errors, but no comet.ml chart or matrix outputs

DeepTreeAttention_24071851.out.txt DeepTreeAttention_24071851.err.txt

Actually noticing the following error:

Traceback (most recent call last):
  File "/blue/azare/mgwein/DeepTreeAttention/DeepTreeAttention/train.py", line 85, in <module>
    m = main.TreeModel(
  File "/blue/azare/mgwein/DeepTreeAttention/DeepTreeAttention/src/main.py", line 62, in __init__
    if not loss_weight:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
bw4sz commented 2 years ago

yeah, I just did that, fixing now. my mistake.

bw4sz commented 2 years ago

fixed.

mgwein commented 2 years ago

Running clean!!

Curious, is this just unnecessary computing on the HiPerGator (https://github.com/weecology/DeepTreeAttention/issues/145#issuecomment-1083358175)?