Tristan Walter
Tristan Walter
Hey, I assume this is to be expected - did you try the normal versions first? Or what is your use case? I have deleted the beta installers since they...
`conda create -n trex_normal -c trexing trex tensorflow-gpu numpy=1.23.1` this works for me. in general the trouble seems to be that the available software in conda repositories has evolved, but...
What version of conda do you have? Maybe you should update that? Because in newer versions of conda you'll get a summary of the current channels being used before the...
> Ah, I think I found the issue! How have you installed conda @mooch443 - with Anaconda? When you create a conda env, does it use a different channel by...
I see, you should clean your caches then I reckon. `conda clean -a` could do the trick - but this is probably just because you haven't done this in a...
> Oh, you're changing from Tensorflow to PyTorch in the new version?! AMAZING!!! So many headaches from that stuff! (_that_ installation works just fine!) I am using both in fact....
> (trex_normal_2) C:\>conda install tensorflow-gpu > Channels: > - conda-forge > - defaults > - trexing As you can see, conda-forge is injected here again. This is the reason it...
> Just reiterating, I think some of this information would be really good to place in docs - maybe have a `Troubleshooting` section inside of `Installation`. I also think this...
> > In any case, as far as I understand `defaults` is a combination of the largest and best maintained channels. It is a specific set of channels, not just...
Hi there! I understand that you'd like to extract problematic frame data, including frame indices and error codes, from exported TRex/TGrabs data files to make fine-tuning easier. Unfortunately, neither TRex...