-
Hello,
I am using tensorflow on linux and while using tensorflow.contrib.learn.python.learn.preprocessing, I get the below error
WARNING:tensorflow:From /usr/local/lib/python3.5/dist-packages/te…
-
Tree-preserving embedding (http://www.icml-2011.org/papers/421_icmlpaper.pdf) seems like a good match for the 2D visualization design goal, but scales as O(n^3) and is thus impractical for real datase…
-
Hi
Would you please tell me the accuracy of the _3D Inception v1 Model_ which is trained form the scratch on UCF101 Data Set? I mean that the model which isn't Inflated before via Kinetics pre-traine…
-
**Summary:**
Trying to add a person as a befriendee, and then as a volunteer results in ElderScrolls rejecting the attempt to add the person as a volunteer. This may be a possible scenario as a person…
-
I dumped the `adult_dataset` that you mention in ReadMe into a csv and run a [RandomForestClassifier](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html) wi…
-
Whenever I set optimize_final_model=True with type_of_estimator='classification' (for all classifiers), I get the following error:
AttributeError: 'NoneType' object has no attribute 'score'
FYI…
-
## ❓ Questions/Help/Support
I've been using the `Accuracy` class (in `ignite.metrics`) successfully so far in a multi-class setting to compute test set accuracy.
Recently, I've hit a new scenari…
-
Hello! I know this might be a stupid question, but i'm really strugling to understand.
I have an implementation of a ViT and i want to train it with ArcFace loss on a small dataset just to test and…
-
Hi ,
what is the image file path?
I don't understand when I launch the script python for the training that passes as "image file path"?
![screenshot](https://cloud.githubusercontent.com/assets/1564930…
-
I remember the the standard split contains 1.2K training videos, 100 validation videos, and **_670_** test videos, so why you did not use the other 200 test videos? Thank u!